summaryrefslogtreecommitdiffstats
path: root/bin/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix style bugs I found, and add a comment.knu2001-11-191-10/+11
* Oops sorry, forgot to add a #include.knu2001-11-191-0/+1
* - Do not reference argv[1] if no argument is given.knu2001-11-191-7/+34
* Make test(1) a builtin command of our sh(1) for efficiency. Theknu2001-11-172-0/+13
* The file_descriptor argument to -t isn't optional, so don't mark it up so.dd2001-08-311-1/+1
* mdoc(7) police:ru2001-08-071-1/+1
* Remove whitespace at EOL.dd2001-07-151-6/+6
* WARNS= -> WARNS?=dd2001-06-221-1/+1
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-202-15/+19
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-6/+6
* mdoc(7) police: now that Nm macro accepts punctuation charactersru2000-11-181-1/+1
* Add support for 64bit integer comparisons.se2000-07-101-6/+50
* Remove test for block device.kris2000-05-071-1/+0
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
* Take into account the fact that "[" may be called with a path,sheldonh1999-12-281-1/+6
* $Id$ -> $FreeBSD$peter1999-08-276-6/+6
* Make the comments nice, short-but-sweet XXX format.green1999-08-241-10/+3
* Make a comment I added a bit nicer.green1999-08-221-2/+3
* Finally: fix test -x as completely as possible.green1999-08-201-7/+17
* The new test(1) did not use access() correctly. I don't know why, sincegreen1999-08-181-2/+7
* Replace our test(1) with NetBSD's pdksh-derived version. The code issheldonh1999-08-165-785/+465
* Minor style fix - change 'if(!*v)' to 'if (!*v)'chris1999-08-141-2/+2
* Various spelling/formatting changes.kris1999-05-081-2/+2
* Add cross-references to test(1) and expr(1) respectively.jkoshy1998-12-181-1/+4
* Add -S flag to test for sockets.cracauer1998-09-074-17/+28
* Correct use of .Nm. Add rcsid.charnier1998-05-183-13/+17
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.eivind1997-12-101-3/+2
* Typo fix.charnier1997-06-021-2/+3
* Revert $FreeBSD$ to $Id$peter1997-02-228-8/+8
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-148-8/+8
* add some string examples, eg. test "" -o ""wosch1996-12-281-12/+16
* Fix handling of -o and -a operators in the 3 argument case.steve1996-12-251-2/+2
* -Wall cleaning.steve1996-12-142-5/+5
* 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-192-0/+133
* err() --> errx() for non-errno related failures.joerg1996-03-111-3/+3
* Fix -h option:ache1995-10-281-2/+2
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-03-191-3/+3
* Fix group permissions check for group list size > 1ache1994-11-051-3/+13
* Fix root -w case according to manpage (-x & -r cases already accords)ache1994-11-051-4/+7
* Cosmetique, missing tab/spaces after patchache1994-11-051-6/+6
* More complex implementation of previos superuser fixache1994-11-051-2/+10
* test produce wrong results for superuser, i.e. tellsache1994-11-051-2/+2
* Added $Id$dg1994-09-246-0/+8
* Make get_int() think that "" (null) has the integer value 0.csgr1994-09-111-0/+5
* - handle signs on integers properly,csgr1994-09-114-2/+28
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-266-0/+1185
OpenPOWER on IntegriCloud