summaryrefslogtreecommitdiff
path: root/tests/help-version
AgeCommit message (Collapse)Author
2003-07-26Adjust for above change in test behavior:Jim Meyering
`[' exits with 2, not 1, and test doesn't accept --help or --version.
2003-07-19(expected_failure_status_expr): Record thatJim Meyering
expr exits with status of 3 for e.g., a write error.
2003-07-18(--help/--version vs. /dev/full): Special-caseJim Meyering
`[' to protect it from expected_failure_status-`eval'.
2003-07-16This script would have caught at least two recent bugs: those in [ and kill.Jim Meyering
Revive this script. It wasn't doing anything useful, since $all_programs wasn't being defined by the invoking Makefile.am. Reflect that nohup is no longer a script, so don't exclude it. Add framework to handle the programs added since it was last run: kill, stat, unlink, [, link, readlink. Fix path-related problems deriving from the move of this script from src/ to its present location.
2002-01-13Tweak to work with the programs in diffutils.Jim Meyering
2001-12-15Run each --help and --version test with a few different settingsJim Meyering
of LC_MESSAGES.
2001-12-15Fail also if ./$i --version fails.Jim Meyering
2001-03-09Ensure that /dev/full is a character deviceJim Meyering
(using test -c) as well as being writable, before trying to write to it. Otherwise, the test could mistakenly append a newline to an existing, regular, writable, /dev/full file. Suggested by Ulrich Drepper.
2000-07-30moved from ../srcJim Meyering