summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2003-09-08.Jim Meyering
2003-09-07Write ^D as \cD.Jim Meyering
Complete the change of 2003-08-02.
2003-09-07(EXTRA_DIST): Add vfat.Jim Meyering
2003-09-07*** empty log message ***Jim Meyering
2003-09-05.Jim Meyering
2003-09-05Wait .5 seconds for backgrounded processJim Meyering
to start, rather than just .1. Upon failure, print unexpected state.
2003-09-05(onearg-2): Output should be empty.Jim Meyering
2003-09-04.Jim Meyering
2003-09-04.Jim Meyering
2003-09-04[o2, nul-tab]: New tests for changes of 2003-09-02.Jim Meyering
2003-08-31Reorder/rename the last 3 tests to make them consistent withJim Meyering
those in tests/sha1sum/basic-1.
2003-08-31(check-bsd2, check-bsd3): New tests forJim Meyering
--check exit status and BSD SHA1 format (adapted from tests in tests/md5sum/basic-1).
2003-08-31(check-bsd3): New test to make sure thatJim Meyering
`md5sum --check' doesn't accept the BSD SHA1 format (adapted from `check-bsd' test in tests/sha1sum/basic-1).
2003-08-27.Jim Meyering
2003-08-27*** empty log message ***Jim Meyering
2003-08-27(TESTS): Add paste-no-nl.Jim Meyering
2003-08-27.Jim Meyering
2003-08-27(TESTS): Add stat-fmt.Jim Meyering
2003-08-27*** empty log message ***Jim Meyering
2003-08-19.Jim Meyering
2003-08-18.Jim Meyering
2003-08-17.Jim Meyering
2003-08-17(TESTS): Add tail-n0f.Jim Meyering
2003-08-16*** empty log message ***Jim Meyering
2003-08-15*** empty log message ***Jim Meyering
2003-08-15.Jim Meyering
2003-08-15(ASSORT): New var.Jim Meyering
(all_programs): Use it.
2003-08-11.Jim Meyering
2003-08-11test for fix of 2003-08-11Jim Meyering
2003-08-11(TESTS): Add fold.Jim Meyering
2003-08-09Tweak Solaris OS version number in comment.Jim Meyering
2003-08-09Ensure that a/b/F has at least 65 bytes too.Jim Meyering
2003-08-09.Jim Meyering
2003-08-09Reflect that `split -a 0' is now accepted.Jim Meyering
2003-08-06.Jim Meyering
2003-08-02.Jim Meyering
2003-08-02Add a test for the above fix.Jim Meyering
`cut -f2' would read after EOF.
2003-08-01Ensure that $? is 0 for the final `exit 0'.Jim Meyering
Otherwise, with at least the /bin/sh from HPUX 10.20, the trap code would end up converting that to exit 1 and thus an unexpected test failure. Reported by Christian Krackowizer.
2003-08-01(TESTS_ENVIRONMENT): Set PATH so thatJim Meyering
the tests in help-version will use the just-built binaries.
2003-07-29.Jim Meyering
2003-07-29(all_programs): Makefile is in ../src, not $(srcdir)/../src.Jim Meyering
2003-07-27(my_uid): Use `!', not `^' in case pattern `[!0-9]',Jim Meyering
since /bin/sh of at least NetBSD 1.6 and OpenBSD 3.2 don't accept `^'.
2003-07-27.Jim Meyering
2003-07-27(TESTS): Add dir-no-w.Jim Meyering
2003-07-27*** empty log message ***Jim Meyering
2003-07-27regenerateJim Meyering
2003-07-27Emit `$xx', not its expansion.Jim Meyering
2003-07-26.Jim Meyering
2003-07-26(test_vector): Add several tests to check the changes of 2003-07-24.Jim Meyering
Syntax errors now exit with status 2, not 1.
2003-07-26Adjust for above change in test behavior:Jim Meyering
`[' exits with 2, not 1, and test doesn't accept --help or --version.