summaryrefslogtreecommitdiffstats
path: root/bin/test
Commit message (Collapse)AuthorAgeFilesLines
* err() --> errx() for non-errno related failures.joerg1996-03-111-3/+3
|
* Fix -h option:ache1995-10-281-2/+2
| | | | sense symlink even it is unresolved
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
| | | | Reviewed by: phk
* You will find enclosed some changes to make gcc -Wall more happy injoerg1995-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)
* Fix group permissions check for group list size > 1ache1994-11-051-3/+13
| | | | Pointed by Bruce
* Fix root -w case according to manpage (-x & -r cases already accords)ache1994-11-051-4/+7
| | | | Pointed by Bruce.
* Cosmetique, missing tab/spaces after patchache1994-11-051-6/+6
|
* More complex implementation of previos superuser fixache1994-11-051-2/+10
| | | | because rw and x bit treats differently infact
* test produce wrong results for superuser, i.e. tellsache1994-11-051-2/+2
| | | | that file is unreadable when it is readable infact.
* Added $Id$dg1994-09-246-0/+8
|
* Make get_int() think that "" (null) has the integer value 0.csgr1994-09-111-0/+5
| | | | | | (Which is the same behaviour as in 1.x) The install blows up without this. Reviewed by: rgrimes
* - handle signs on integers properly,csgr1994-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.
* BSD 4.4 Lite bin Sourcesrgrimes1994-05-266-0/+1185
OpenPOWER on IntegriCloud