summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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.
2003-07-26.Jim Meyering
2003-07-25Disable the --line-bytes=$_4gb test,Jim Meyering
because it'd evoke spurious failure on 64-bit systems.
2003-07-24(test_vector): Disable the `PIPE' tests when runningJim Meyering
`wc' with no options. This goes along with the change of 2003-07-20.
2003-07-23(TESTS_ENVIRONMENT): Define PACKAGE_VERSION.Jim Meyering
2003-07-23Add a check for whether $NON_ROOT_USERNAMEJim Meyering
can access the required version of rm.
2003-07-23.Jim Meyering
2003-07-23(out-delim3a): New test.Jim Meyering
2003-07-23.Jim Meyering
2003-07-22New test for the above fix.Jim Meyering
2003-07-20Adjust to the new output widths.Jim Meyering
2003-07-19Restore definition of $verbose.Jim Meyering
2003-07-19Don't create temporary directory -- we don't use it.Jim Meyering
2003-07-19remove now-redundant VERSION checkJim Meyering
2003-07-19Don't open-code test for UID != 0.Jim Meyering
Use priv-check's require-non-root instead. Update to use newer framework.
2003-07-19(expected_failure_status_expr): Record thatJim Meyering
expr exits with status of 3 for e.g., a write error.
2003-07-19Use `id -u' to see if we're running as root,Jim Meyering
rather than trying go write to an write-protected file. When running as root, ensure $NON_ROOT_USERNAME is valid. When running as root with `require-non-root', ensure that `.' is writable by $NON_ROOT_USERNAME, then reinvoke $0 set-user-ID to $NON_ROOT_USERNAME. If `.' is not writable, then skip the test.
2003-07-18Update to use newer framework.Jim Meyering
2003-07-18Use $srcdir/../priv-check, create a temporaryJim Meyering
directory, and remove Perl-coded `you may not run as root' test.
2003-07-18Use $srcdir/../priv-check, rather thanJim Meyering
hard-coding something not quite equivalent. Reported by Paul Jarc.
2003-07-18(--help/--version vs. /dev/full): Special-caseJim Meyering
`[' to protect it from expected_failure_status-`eval'.
2003-07-18(101, 102): Update tests of -c accordingly.Jim Meyering
2003-07-18Add tests when exit status is 2.Jim Meyering
2003-07-18Invalid value exits with status 3, not 2.Jim Meyering
2003-07-17.Jim Meyering
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.
2003-07-16(all_programs): Define.Jim Meyering
(TESTS_ENVIRONMENT): Use it.
2003-07-16Remove setuidgid-related code. Moved to ../priv-check.Jim Meyering
2003-07-16Move setuidgid-related andJim Meyering
NON_ROOT_USERNAME-checking code to this file.