aboutsummaryrefslogtreecommitdiff
path: root/bin/test
Commit message (Expand)AuthorAgeFilesLines
* MFC rev. 1.19-20:Yaroslav Tykhiy2004-06-161-6/+13
* MFC rev. 1.51:Maxim Konovalov2002-09-101-35/+34
* MFC:David Malone2002-08-111-8/+10
* Restore uid and euid before exiting.Maxim Konovalov2002-04-291-2/+10
* MFC: rev.1.40: Work around a buffer overflow problem on argv.Akinori MUSHA2002-02-061-6/+16
* MFC: Make test(1) a builtin command of sh(1).Akinori MUSHA2001-12-151-10/+46
* MFC: Reduce gratuitous diffs to -CURRENT.Ruslan Ermilov2001-12-141-0/+8
* MFC: minor, assorted manual page fixes.Dima Dorfman2001-09-301-1/+1
* MFC: markup and misc fixes.Ruslan Ermilov2001-08-161-1/+1
* MFC: WARNS=2 and BDECFLAGSDavid E. O'Brien2001-08-012-15/+19
* MFC: remove whitespace at EOL.Dima Dorfman2001-07-221-6/+6
* MFC: recent mdoc(7) fixes.Ruslan Ermilov2000-12-081-7/+7
* MFC: support 64bit integer operandsStefan Eßer2000-07-221-6/+50
* MFC: [rev 1.7] Remove test for block device.Paul Saab2000-07-011-1/+0
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* Take into account the fact that "[" may be called with a path,Sheldon Hearn1999-12-281-1/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-276-6/+6
* Make the comments nice, short-but-sweet XXX format.Brian Feldman1999-08-241-10/+3
* Make a comment I added a bit nicer.Brian Feldman1999-08-221-2/+3
* Finally: fix test -x as completely as possible.Brian Feldman1999-08-201-7/+17
* The new test(1) did not use access() correctly. I don't know why, sinceBrian Feldman1999-08-181-2/+7
* Replace our test(1) with NetBSD's pdksh-derived version. The code isSheldon Hearn1999-08-165-776/+456
* Minor style fix - change 'if(!*v)' to 'if (!*v)'Chris Costello1999-08-141-2/+2
* Various spelling/formatting changes.Kris Kennaway1999-05-081-2/+2
* Add cross-references to test(1) and expr(1) respectively.Joseph Koshy1998-12-181-1/+4
* Add -S flag to test for sockets.Martin Cracauer1998-09-074-17/+28
* Correct use of .Nm. Add rcsid.Philippe Charnier1998-05-183-13/+17
* Remove simultaneous include of <sys/param.h> and <sys/types.h>.Eivind Eklund1997-12-101-3/+2
* Typo fix.Philippe Charnier1997-06-021-2/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-228-8/+8
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-148-8/+8
* add some string examples, eg. test "" -o ""Wolfram Schneider1996-12-281-12/+16
* Fix handling of -o and -a operators in the 3 argument case.Steve Price1996-12-251-2/+2
* -Wall cleaning.Steve Price1996-12-142-5/+5
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-271-2/+25
* Add a better TEST script. I was surprised how much can be wrongWolfram Schneider1996-06-192-0/+133
* err() --> errx() for non-errno related failures.Joerg Wunsch1996-03-111-3/+3
* Fix -h option:Andrey A. Chernov1995-10-281-2/+2
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-3/+3
* Fix group permissions check for group list size > 1Andrey A. Chernov1994-11-051-3/+13
* Fix root -w case according to manpage (-x & -r cases already accords)Andrey A. Chernov1994-11-051-4/+7
* Cosmetique, missing tab/spaces after patchAndrey A. Chernov1994-11-051-6/+6
* More complex implementation of previos superuser fixAndrey A. Chernov1994-11-051-2/+10
* test produce wrong results for superuser, i.e. tellsAndrey A. Chernov1994-11-051-2/+2
* Added $Id$David Greenman1994-09-246-0/+8
* Make get_int() think that "" (null) has the integer value 0.Geoff Rehmet1994-09-111-0/+5
* - handle signs on integers properly,Geoff Rehmet1994-09-114-2/+28
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-266-0/+1185