summaryrefslogtreecommitdiff
path: root/tests/help-version
AgeCommit message (Collapse)Author
2006-12-07* tests/touch/empty-file: Use envvar-check, so "make check" doesn'tJim Meyering
evoke diagnostics like this when COLUMNS=0 in the environment: ls: ignoring invalid width in environment variable COLUMNS: 0 * tests/touch/no-rights: Likewise. * tests/help-version: Likewise.
2006-11-23* tests/help-version: Suppress dd transfer rate output.Jim Meyering
2006-09-24* tests/help-version (sync_args): Don't call sync, since it spins upJim Meyering
disks that I've deliberately caused to spin down (but not unmounted).
2006-08-19Avoid test failure when `make check' is run through debuild.Jim Meyering
* tests/help-version: Ensure that $SHELL is set to some value and exported. Patch from Sven Joachim. For details, see <http://bugs.debian.org/355368>.
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2006-06-01Don't assume that \< \> works in sed.Paul Eggert
2006-03-05Set SHELL, if not already set, in order toJim Meyering
avoid failure when `make check' is run through debuild; dircolors would fail due to lack of $SHELL. Reported by Sven Joachim.
2006-02-07(expected_failure_status_vdir):Jim Meyering
Redirect an expected disk-full diagnostic to /dev/null.
2005-12-22redirect stderr to /dev/full, too (to suppress write error diagnostic)Jim Meyering
2005-01-05Punt on the uptime test, since it fails whenJim Meyering
it can't get boot time, and I don't want that to stop `make check'.
2004-12-09ls and variants now exit with status 2 on serious trouble.Paul Eggert
2004-02-17Add id's -u option, so we don't get spuriousJim Meyering
failures when there are no user or group names.
2004-02-17`make check' from a build inside a chroot environment would failJim Meyering
Specify an argument (`/') for df, in the unusual event that there is no valid entry in /etc/mtab. Patch by Tim Waugh.
2004-01-22(expected_failure_status_date): Remove, as 'date' is now normal.Jim Meyering
(expected_failure_status_nohup): New var.
2003-11-27Remove new temp file, h-$i.Jim Meyering
2003-11-20Ensure that the bug-reporting address isJim Meyering
included in the --help output for every program.
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