summaryrefslogtreecommitdiffstats
path: root/bin/test/TEST.sh
Commit message (Collapse)AuthorAgeFilesLines
* test: Move tests to tools/regression/bin/test.jilles2010-11-081-177/+0
| | | | | | | | | 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). MFC after: 1 week
* Fix various cases with 3 or 4 parameters in test(1) to be POSIX compliant.jilles2009-05-261-0/+40
| | | | | | | | | | | | | | | | | | 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)
* /*- or .\"- or #- to begin license clauses.imp2005-01-101-1/+3
|
* Remove test for block device.kris2000-05-071-1/+0
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* add some string examples, eg. test "" -o ""wosch1996-12-281-12/+16
|
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightwosch1996-08-271-2/+25
|
* Add a better TEST script. I was surprised how much can be wrongwosch1996-06-191-0/+109
with program test(1) or builtin test(1).
OpenPOWER on IntegriCloud