<feed xmlns='http://www.w3.org/2005/Atom'>
<title>brew/Library/Homebrew/test/test_commands.rb, branch 1.3.0</title>
<subtitle>🍺 The missing package manager for macOS</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/'/>
<entry>
<title>Reorder and rename test files.</title>
<updated>2016-11-16T22:52:37+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-10-21T06:57:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=6b6b27126d7ecc1dde9a6bc166a7e1daa3af35d2'/>
<id>6b6b27126d7ecc1dde9a6bc166a7e1daa3af35d2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename/merge test files.</title>
<updated>2016-09-26T22:15:56+00:00</updated>
<author>
<name>Markus Reiter</name>
</author>
<published>2016-09-26T22:03:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=d508b124a43f4d1fd5500e9b023dcf9a1b41fc6a'/>
<id>d508b124a43f4d1fd5500e9b023dcf9a1b41fc6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>commands: add commands module for path lookup.</title>
<updated>2016-09-08T19:46:55+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-07T19:09:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=0bb7fda143f3a609fdfed27e84422ff55f85db02'/>
<id>0bb7fda143f3a609fdfed27e84422ff55f85db02</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>commands: developer not development commands.</title>
<updated>2016-09-08T19:46:55+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-07T19:08:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=9514d1f8f522057a336eb1c3c5a48fb4206ebd84'/>
<id>9514d1f8f522057a336eb1c3c5a48fb4206ebd84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd/*: don't restrict dev-cmd to Homebrew developers.</title>
<updated>2016-09-08T19:46:37+00:00</updated>
<author>
<name>Mike McQuaid</name>
</author>
<published>2016-09-05T20:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=4f6bae46f9c0f7b713cdbb999318460135f423de'/>
<id>4f6bae46f9c0f7b713cdbb999318460135f423de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix external command test and code style (#281)</title>
<updated>2016-05-27T21:12:26+00:00</updated>
<author>
<name>Martin Afanasjew</name>
</author>
<published>2016-05-27T21:12:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=78f8c60343b514ee7129cf3c86f216460a4ed3ab'/>
<id>78f8c60343b514ee7129cf3c86f216460a4ed3ab</id>
<content type='text'>
The check that `t4` is not an external command would always succeed, but
not because the file wasn't executable, but because it wasn't even found
due to the missing `brew-` prefix.

Also change the valid but atypical file mode from 0744 to 0755 and apply
minor code style fixes.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The check that `t4` is not an external command would always succeed, but
not because the file wasn't executable, but because it wasn't even found
due to the missing `brew-` prefix.

Also change the valid but atypical file mode from 0744 to 0755 and apply
minor code style fixes.</pre>
</div>
</content>
</entry>
<entry>
<title>command: support .sh commands</title>
<updated>2016-01-20T21:27:13+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2016-01-18T00:22:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=5775d3b326949eba3a83a39b31595e0f56bc9a82'/>
<id>5775d3b326949eba3a83a39b31595e0f56bc9a82</id>
<content type='text'>
Closes Homebrew/homebrew#48192.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes Homebrew/homebrew#48192.

Signed-off-by: Baptiste Fontaine &lt;batifon@yahoo.fr&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>commands: support .sh commands</title>
<updated>2016-01-20T21:27:13+00:00</updated>
<author>
<name>Baptiste Fontaine</name>
</author>
<published>2016-01-17T23:55:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/brew/commit/?id=c1e673e19a0c02eafb6c24a4ce391b53c2fdbfdc'/>
<id>c1e673e19a0c02eafb6c24a4ce391b53c2fdbfdc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
