summaryrefslogtreecommitdiff
path: root/bin/test
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/2.2.5_cvscvs2svn1997-10-218-8/+8
| | | | | | | 'RELENG_2_2_5_RELEASE'. This commit was manufactured to restore the state of the 2.2.5-RELEASE image. Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
* MFC: this is it for /usr/src/binJordan K. Hubbard1997-08-253-17/+21
| | | | Notes: svn path=/stable/2.2/; revision=28715
* Typo fix.Philippe Charnier1997-06-021-2/+3
| | | | Notes: svn path=/stable/2.2/; revision=26367
* YAMFC (rev 1.15)Joerg Wunsch1996-12-261-2/+2
| | | | Notes: svn path=/stable/2.2/; revision=20926
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightWolfram Schneider1996-08-271-2/+25
| | | | Notes: svn path=/head/; revision=17849
* Add a better TEST script. I was surprised how much can be wrongWolfram Schneider1996-06-192-0/+133
| | | | | | | with program test(1) or builtin test(1). Notes: svn path=/head/; revision=16491
* err() --> errx() for non-errno related failures.Joerg Wunsch1996-03-111-3/+3
| | | | Notes: svn path=/head/; revision=14539
* Fix -h option:Andrey A. Chernov1995-10-281-2/+2
| | | | | | | sense symlink even it is unresolved Notes: svn path=/head/; revision=11855
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
| | | | | | | Reviewed by: phk Notes: svn path=/head/; revision=8855
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-191-3/+3
| | | | | | | | | | | | /usr/src/bin. Note that some patches are still needed in that directory. I (Joerg) finished most of Philippe's cleanup. /bin/sh will still need *allot* of work, however. Submitted by: charnier@lirmm.fr (Philippe Charnier) Notes: svn path=/head/; revision=7165
* Fix group permissions check for group list size > 1Andrey A. Chernov1994-11-051-3/+13
| | | | | | | Pointed by Bruce Notes: svn path=/head/; revision=4171
* Fix root -w case according to manpage (-x & -r cases already accords)Andrey A. Chernov1994-11-051-4/+7
| | | | | | | Pointed by Bruce. Notes: svn path=/head/; revision=4170
* Cosmetique, missing tab/spaces after patchAndrey A. Chernov1994-11-051-6/+6
| | | | Notes: svn path=/head/; revision=4168
* More complex implementation of previos superuser fixAndrey A. Chernov1994-11-051-2/+10
| | | | | | | because rw and x bit treats differently infact Notes: svn path=/head/; revision=4167
* test produce wrong results for superuser, i.e. tellsAndrey A. Chernov1994-11-051-2/+2
| | | | | | | that file is unreadable when it is readable infact. Notes: svn path=/head/; revision=4166
* Added $Id$David Greenman1994-09-246-0/+8
| | | | Notes: svn path=/head/; revision=3044
* Make get_int() think that "" (null) has the integer value 0.Geoff Rehmet1994-09-111-0/+5
| | | | | | | | | (Which is the same behaviour as in 1.x) The install blows up without this. Reviewed by: rgrimes Notes: svn path=/head/; revision=2675
* - handle signs on integers properly,Geoff Rehmet1994-09-114-2/+28
| | | | | | | | | | | | | - make sure error messages for bad integers are moderately sensible - handle test ! "abc" -o "abc" (This should evaluate to true) (and similar cases) ie: and/or operator test added to POSIX special case processing. - more test cases added. Based on: Work done on 1.x's test(1) by Andrew Moore and Adam David. Notes: svn path=/head/; revision=2664
* BSD 4.4 Lite bin SourcesRodney W. Grimes1994-05-266-0/+1185
Notes: svn path=/head/; revision=1556