<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/bin/test, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2013-02-17T14:27:04Z</updated>
<entry>
<title>MFC r244734: test(1): Document == alias for =.</title>
<updated>2013-02-17T14:27:04Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2013-02-17T14:27:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=858b4eb98fdeec469d817426fb970b0a480eafea'/>
<id>urn:sha1:858b4eb98fdeec469d817426fb970b0a480eafea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r219084:</title>
<updated>2011-04-01T18:23:44Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2011-04-01T18:23:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fab04f72bc36b23d4d3c7436dc86b5d08d02bec0'/>
<id>urn:sha1:fab04f72bc36b23d4d3c7436dc86b5d08d02bec0</id>
<content type='text'>
Accept == as an alias of = which is a popular GNU extension.

This is intentionally undocumented for now since it's not part
of any standard.
</content>
</entry>
<entry>
<title>MFC r218724: test: Note that this is used both as a normal program and</title>
<updated>2011-02-25T14:54:57Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2011-02-25T14:54:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c9e19513722a27492cdddeadcd85390c9d38058e'/>
<id>urn:sha1:c9e19513722a27492cdddeadcd85390c9d38058e</id>
<content type='text'>
a shell builtin.
</content>
</entry>
<entry>
<title>MFC r215022: test: Move tests to tools/regression/bin/test.</title>
<updated>2010-11-17T23:13:02Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2010-11-17T23:13:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9f3162198c7563776f693db870f9e3a14a60e83'/>
<id>urn:sha1:a9f3162198c7563776f693db870f9e3a14a60e83</id>
<content type='text'>
Convert the tests to the perl prove format.
Remove obsolete TEST.README (results of an old TEST.sh for some old Unices)
and TEST.csh (old tests without correct values, far less complete than
TEST.sh).
</content>
</entry>
<entry>
<title>MFC r212419: test(1): Fix markup, ( and ) must be separate arguments</title>
<updated>2010-09-19T16:15:42Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2010-09-19T16:15:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=22d7febea70870b6cb70d328e43193d71939882e'/>
<id>urn:sha1:22d7febea70870b6cb70d328e43193d71939882e</id>
<content type='text'>
so leave spaces.
</content>
</entry>
<entry>
<title>MFC r212418: test(1): Clarify grammar ambiguity and -a/-o vs shell &amp;&amp;/||.</title>
<updated>2010-09-19T16:13:47Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2010-09-19T16:13:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1598944474c4ec3fc1ef7a45e268b5447836aec0'/>
<id>urn:sha1:1598944474c4ec3fc1ef7a45e268b5447836aec0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant.</title>
<updated>2009-05-26T22:33:10Z</updated>
<author>
<name>Jilles Tjoelker</name>
<email>jilles@FreeBSD.org</email>
</author>
<published>2009-05-26T22:33:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=00e8c94f2545b6af328e6febf4349093767ebbeb'/>
<id>urn:sha1:00e8c94f2545b6af328e6febf4349093767ebbeb</id>
<content type='text'>
More precisely, this gives precedence to an interpretation not using the
'(', ')', '-a' and '-o' in their special meaning, if possible. For example,
it is now safe to write [ "$a" = "$b" ] and assume it compares the two
strings.

The man page already says that test(1) works this way, so does not need to
be changed.

Interpretation of input with more parameters tries a bit harder to find a
valid parse in some cases.

Add various additional test cases to TEST.sh.

PR:		standards/133369
Approved by:	ed (mentor)
</content>
</entry>
<entry>
<title>- rename the RETURN VALUES section to EXIT STATUS</title>
<updated>2009-01-07T01:03:23Z</updated>
<author>
<name>Daniel Gerzo</name>
<email>danger@FreeBSD.org</email>
</author>
<published>2009-01-07T01:03:23Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8465a404436b313546caf647d1c80e44788b6b86'/>
<id>urn:sha1:8465a404436b313546caf647d1c80e44788b6b86</id>
<content type='text'>
- not bumping a date as this is not a real content change

Approved by:	ru
MFC after:	3 days
</content>
</entry>
<entry>
<title>Simplify some markup.</title>
<updated>2006-12-14T10:42:46Z</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2006-12-14T10:42:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7eb5016ab559260d825044e25ec4267dee4b49d1'/>
<id>urn:sha1:7eb5016ab559260d825044e25ec4267dee4b49d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Granting the amount of misunderstanding the last change received,</title>
<updated>2006-07-31T09:25:20Z</updated>
<author>
<name>Yaroslav Tykhiy</name>
<email>ytykhiy@gmail.com</email>
</author>
<published>2006-07-31T09:25:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6a215886c03dc7428955f0f282d96166c01b59c6'/>
<id>urn:sha1:6a215886c03dc7428955f0f282d96166c01b59c6</id>
<content type='text'>
extend it with an example to clarify the point.
</content>
</entry>
</feed>
