aboutsummaryrefslogtreecommitdiff
path: root/bin/test
Commit message (Expand)AuthorAgeFilesLines
* Add support for 64bit integer comparisons.Stefan Eßer2000-07-101-6/+50
* Remove test for block device.Kris Kennaway2000-05-071-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-785/+465
* 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