Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-01 | Don't assume that \< \> works in sed. | Paul Eggert | |
2006-03-05 | Set SHELL, if not already set, in order to | Jim 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-22 | redirect stderr to /dev/full, too (to suppress write error diagnostic) | Jim Meyering | |
2005-01-05 | Punt on the uptime test, since it fails when | Jim Meyering | |
it can't get boot time, and I don't want that to stop `make check'. | |||
2004-12-09 | ls and variants now exit with status 2 on serious trouble. | Paul Eggert | |
2004-02-17 | Add id's -u option, so we don't get spurious | Jim Meyering | |
failures when there are no user or group names. | |||
2004-02-17 | `make check' from a build inside a chroot environment would fail | Jim 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-27 | Remove new temp file, h-$i. | Jim Meyering | |
2003-11-20 | Ensure that the bug-reporting address is | Jim Meyering | |
included in the --help output for every program. | |||
2003-07-26 | Adjust 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 that | Jim Meyering | |
expr exits with status of 3 for e.g., a write error. | |||
2003-07-18 | (--help/--version vs. /dev/full): Special-case | Jim Meyering | |
`[' to protect it from expected_failure_status-`eval'. | |||
2003-07-16 | This 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-13 | Tweak to work with the programs in diffutils. | Jim Meyering | |
2001-12-15 | Run each --help and --version test with a few different settings | Jim Meyering | |
of LC_MESSAGES. | |||
2001-12-15 | Fail also if ./$i --version fails. | Jim Meyering | |
2001-03-09 | Ensure that /dev/full is a character device | Jim 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-30 | moved from ../src | Jim Meyering | |