<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: /usr/bin/test not /usr/bin/[ anymore?</title>
	<atom:link href="http://www.screenage.de/blog/2008/01/08/usrbintest-not-usrbin-anymore/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.screenage.de/blog/2008/01/08/usrbintest-not-usrbin-anymore/</link>
	<description></description>
	<lastBuildDate>Wed, 01 Sep 2010 13:50:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: ccm</title>
		<link>http://www.screenage.de/blog/2008/01/08/usrbintest-not-usrbin-anymore/comment-page-1/#comment-74</link>
		<dc:creator>ccm</dc:creator>
		<pubDate>Tue, 08 Jan 2008 17:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/2008/01/08/usrbintest-not-usrbin-anymore/#comment-74</guid>
		<description>@Malcolm:

Think the comment in Savannah says it: Depending on the file name is not compatible to the gnu coreutils guidelines - that is why those two programs have been split.</description>
		<content:encoded><![CDATA[<p>@Malcolm:</p>
<p>Think the comment in Savannah says it: Depending on the file name is not compatible to the gnu coreutils guidelines &#8211; that is why those two programs have been split.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Malcolm Parsons</title>
		<link>http://www.screenage.de/blog/2008/01/08/usrbintest-not-usrbin-anymore/comment-page-1/#comment-73</link>
		<dc:creator>Malcolm Parsons</dc:creator>
		<pubDate>Tue, 08 Jan 2008 15:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/2008/01/08/usrbintest-not-usrbin-anymore/#comment-73</guid>
		<description>It seems this was changed in 2003:

http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=138fd919b8039c219fd5bca4f99bcfe65d3e69e0

http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=05731b47170a04cb54be605b037ffd712fdd8a3f</description>
		<content:encoded><![CDATA[<p>It seems this was changed in 2003:</p>
<p><a href="http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=138fd919b8039c219fd5bca4f99bcfe65d3e69e0" rel="nofollow">http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=138fd919b8039c219fd5bca4f99bcfe65d3e69e0</a></p>
<p><a href="http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=05731b47170a04cb54be605b037ffd712fdd8a3f" rel="nofollow">http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commit;h=05731b47170a04cb54be605b037ffd712fdd8a3f</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Potyra</title>
		<link>http://www.screenage.de/blog/2008/01/08/usrbintest-not-usrbin-anymore/comment-page-1/#comment-72</link>
		<dc:creator>Stefan Potyra</dc:creator>
		<pubDate>Tue, 08 Jan 2008 15:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/2008/01/08/usrbintest-not-usrbin-anymore/#comment-72</guid>
		<description>You&#039;ll find the answer in coreutils test.c, which gets compiled twice.

The reason why these mustn&#039;t be identical (apart from different behaviour for --help and --version) should be clear from the following example:

if test -z $MYVAR; then
..
fi

vs.

if [ -z $MYVAR; then
..
fi

The first is valid, the second is not and *must* fail.

HTH,
   Stefan.</description>
		<content:encoded><![CDATA[<p>You&#8217;ll find the answer in coreutils test.c, which gets compiled twice.</p>
<p>The reason why these mustn&#8217;t be identical (apart from different behaviour for &#8211;help and &#8211;version) should be clear from the following example:</p>
<p>if test -z $MYVAR; then<br />
..<br />
fi</p>
<p>vs.</p>
<p>if [ -z $MYVAR; then<br />
..<br />
fi</p>
<p>The first is valid, the second is not and *must* fail.</p>
<p>HTH,<br />
   Stefan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Holbach</title>
		<link>http://www.screenage.de/blog/2008/01/08/usrbintest-not-usrbin-anymore/comment-page-1/#comment-71</link>
		<dc:creator>Daniel Holbach</dc:creator>
		<pubDate>Tue, 08 Jan 2008 14:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/2008/01/08/usrbintest-not-usrbin-anymore/#comment-71</guid>
		<description>coreutils: /usr/bin/[</description>
		<content:encoded><![CDATA[<p>coreutils: /usr/bin/[</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Olivier</title>
		<link>http://www.screenage.de/blog/2008/01/08/usrbintest-not-usrbin-anymore/comment-page-1/#comment-66</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Tue, 08 Jan 2008 14:07:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.screenage.de/blog/2008/01/08/usrbintest-not-usrbin-anymore/#comment-66</guid>
		<description>Hi !
On my fedora core 8 [ and test are different too :

ls /usr/bin/test /usr/bin/\[ -l
-rwxr-xr-x 1 root root 31404 déc  5 14:25 /usr/bin/[
-rwxr-xr-x 1 root root 29032 déc  5 14:24 /usr/bin/test</description>
		<content:encoded><![CDATA[<p>Hi !<br />
On my fedora core 8 [ and test are different too :</p>
<p>ls /usr/bin/test /usr/bin/\[ -l<br />
-rwxr-xr-x 1 root root 31404 déc  5 14:25 /usr/bin/[<br />
-rwxr-xr-x 1 root root 29032 déc  5 14:24 /usr/bin/test</p>
]]></content:encoded>
	</item>
</channel>
</rss>
