Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-18 | Use $srcdir/../priv-check, create a temporary | Jim Meyering | |
directory, and remove Perl-coded `you may not run as root' test. | |||
2003-07-18 | Use $srcdir/../priv-check, rather than | Jim Meyering | |
hard-coding something not quite equivalent. Reported by Paul Jarc. | |||
2003-07-18 | (--help/--version vs. /dev/full): Special-case | Jim Meyering | |
`[' to protect it from expected_failure_status-`eval'. | |||
2003-07-18 | (101, 102): Update tests of -c accordingly. | Jim Meyering | |
2003-07-18 | Add tests when exit status is 2. | Jim Meyering | |
2003-07-18 | Invalid value exits with status 3, not 2. | Jim Meyering | |
2003-07-17 | . | Jim Meyering | |
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. | |||
2003-07-16 | (all_programs): Define. | Jim Meyering | |
(TESTS_ENVIRONMENT): Use it. | |||
2003-07-16 | Remove setuidgid-related code. Moved to ../priv-check. | Jim Meyering | |
2003-07-16 | Move setuidgid-related and | Jim Meyering | |
NON_ROOT_USERNAME-checking code to this file. | |||
2003-07-13 | add another test | Jim Meyering | |
2003-07-12 | . | Jim Meyering | |
2003-07-12 | Also check `test -t 1'. | Jim Meyering | |
This is necessary on linux-2.4.21, otherwise, the test stty/basic-1 would hang when run in the background. | |||
2003-07-11 | ARgh. nearly every test depends on whether stdout and/or stderr is a tty. | Jim Meyering | |
2003-07-11 | . | Jim Meyering | |
2003-07-11 | Also fail if cat-to-create-expected-output | Jim Meyering | |
fails. Otherwise, if both `exp' and `out' end up empty because of e.g., a full disk, they would mistakenly compare equal. | |||
2003-07-11 | (TESTS): Add nohup. | Jim Meyering | |
2003-07-11 | tests for the new nohup.c | Jim Meyering | |
2003-07-11 | . | Jim Meyering | |
2003-07-10 | Now that we have setuidgid, use it in place of the kludge in this test. | Jim Meyering | |
2003-07-09 | . | Jim Meyering | |
2003-07-09 | (TESTS): Add slash | Jim Meyering | |
2003-07-09 | New file/test for today's lib/ftw.c fix. | Jim Meyering | |
2003-07-04 | Add tests of head's new --lines=-N | Jim Meyering | |
option, and perform the 1600 invocations of head IFF the envvar RUN_EXPENSIVE_TESTS is set. | |||
2003-06-27 | Also use --verbose and compare stderr output with what we'd expect. | Jim Meyering | |
2003-06-12 | . | Jim Meyering | |
2003-06-10 | Add a test for the new format, e.g., May-23-2003. | Jim Meyering | |
2003-06-06 | . | Jim Meyering | |
2003-06-06 | . | Jim Meyering | |
2003-05-29 | . | Jim Meyering | |
2003-05-24 | New tests for --check exit status, and for BSD-style checksum files. | Jim Meyering | |
2003-05-24 | Make sure `sha1sum --check' doesn't accept the BSD format. | Jim Meyering | |
2003-05-14 | . | Jim Meyering | |
2003-05-14 | Skip this test if `.' is on an XFS file system. | Jim Meyering | |
2003-05-14 | (TESTS): Add fd-leak. | Jim Meyering | |
2003-05-14 | New file. Test for the bug in du that | Jim Meyering | |
was fixed by the 2003-05-12 change to lib/ftw.c. | |||
2003-05-14 | . | Jim Meyering | |
2003-05-14 | . | Jim Meyering | |
2003-05-14 | . | Jim Meyering | |
2003-05-14 | . | Jim Meyering | |
2003-05-14 | . | Jim Meyering | |
2003-05-14 | . | Jim Meyering | |
2003-05-14 | Test that 'uniq -d -u' outputs nothing. | Jim Meyering | |
2003-05-14 | Use tr's \n notation rather than \012. | Jim Meyering | |
2003-05-14 | Use tr's \n notation rather than \012. | Jim Meyering | |
2003-05-14 | Use tr's \n notation rather than \012. | Jim Meyering | |
2003-05-04 | . | Jim Meyering | |
2003-05-04 | . | Jim Meyering | |
2003-05-04 | Remove tests of --bytes=-N; using that framework | Jim Meyering | |
caused the addition of thousands of small files to the tar archive. |