Age | Commit message (Expand) | Author |
2008-09-10 | tests: use "Exit $fail", not (exit $fail); exit $fail | Jim Meyering |
2008-06-13 | skip (don't fail) root-only tests for common set-up failures | Jim Meyering |
2008-05-27 | in 280+ tests/* files, use $srcdir, not $top_srcdir/tests | Jim Meyering |
2008-05-27 | prefer abs_srcdir over abs_top_srcdir, ... | Jim Meyering |
2008-05-17 | tests: remove ugly /bin/sh wrapper around each perl-based test script | Jim Meyering |
2008-05-06 | tests: hoist the sourcing of "lang-default" | Jim Meyering |
2008-05-06 | fix typo in comments: s/ouput/output/ | Jim Meyering |
2008-04-27 | tests: move another file (expensive) into test-lib.sh | Jim Meyering |
2008-04-21 | tests: skip (don't fail) rm/one-file-system when mount --bind fails | Jim Meyering |
2008-04-21 | tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/.. | Jim Meyering |
2008-04-21 | Revamp test-related Makefiles. | Jim Meyering |
2008-03-31 | "rm -r DIR" would mistakenly prompt about very long names | Jim Meyering |
2008-02-25 | Fix test failure where rm would appear to succeed incorrectly. | Bob Proulx |
2008-02-11 | * tests/rm/inaccessible: Source test-lib.sh *before* using skip_test_. | Jim Meyering |
2008-02-09 | tests: rm/fail-eperm: require-non-root in perl, not sh | Jim Meyering |
2008-02-09 | tests: Remove priv-check. Use new require_root_ function instead. | Jim Meyering |
2008-02-09 | tests: factor out the perl-requiring code in many test scripts | Jim Meyering |
2008-02-09 | tests: call skip_test_ in place of echo+exit 77 | Jim Meyering |
2007-11-16 | Port to Solaris 8 perl, which does not support "use warnings;". | Paul Eggert |
2007-10-24 | Don't fail part 2 of tests/rm/unreadable when run as root. | Jim Meyering |
2007-10-14 | Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk. | Jim Meyering |
2007-10-05 | Add PACKAGE_VERSION to TESTS_ENVIRONMENT via check.mk. | Jim Meyering |
2007-09-22 | rm: give a sensible diagnostic when failing to remove a symlink | Jim Meyering |
2007-09-16 | * tests/rm/v-slash: Avoid test failure with non-C locale. | Jim Meyering |
2007-09-15 | Enable some previously omitted test scripts. Add a test cross-check. | Jim Meyering |
2007-09-15 | Factor out definitions in TESTS_ENVIRONMENT of srcdir, top_srcdir, etc. | Jim Meyering |
2007-09-15 | More misc, test-related changes. (some to allow running tests as root) | Jim Meyering |
2007-08-25 | Remove all .cvsignore files from version control. | Jim Meyering |
2007-08-22 | Change "rm --verbose -r a//" not to print extra slashes in a///b | Jim Meyering |
2007-08-18 | Run each Coreutils.pm-based test in its own subdirectory. | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-05-04 | Avoid failure of root-only test when run with a restrictive umask. | Jim Meyering |
2007-05-03 | Avoid test failure when run with a permissive umask. | Jim Meyering |
2007-05-02 | Invoke rm via 'setuidgid ... env PATH="$PATH" ...', as in fail-eperm. | Jim Meyering |
2007-02-24 | Remove the "gnits" option; it prohibits my using "+" as a version | Jim Meyering |
2007-02-18 | * tests/rm/fail-eacces: Skip this test when running as root. | Jim Meyering |
2007-01-17 | Make "rm --interactive=never ..." never prompt. | Jim Meyering |
2007-01-13 | Put CU_TEST_NAME in the environment for each test run by "make check". | Jim Meyering |
2007-01-01 | * tests/rm/fail-eperm: Instead, simply transform the actual output diagnostic. | Jim Meyering |
2007-01-01 | * tests/rm/fail-eperm: Revert last change. The PATH=... setting | Jim Meyering |
2006-12-30 | * tests/rm/fail-eperm: Avoid spurious differences (the error function | Jim Meyering |
2006-12-21 | "rm -rf /etc/motd" (run by non-root) now prints a diagnostic. | Jim Meyering |
2006-11-21 | * tests/rm/one-file-system: Upon setup failure (e.g., mount failure), | Jim Meyering |
2006-11-21 | * tests/rm/fail-eperm: Use the "(exit N); exit N" idiom, | Jim Meyering |
2006-10-26 | Avoid a shell bug in Tru64 4.0 sh's handling of double-quoted strings. | Jim Meyering |
2006-10-25 | new feature: rm accepts new option: --one-file-system | Jim Meyering |
2006-10-22 | * tests/sample-test: Quote variables containing absolute build | Jim Meyering |
2006-10-03 | * src/remove.c (nonexistent_file_errno): Remove ENAMETOOLONG. | Jim Meyering |
2006-10-03 | * tests/rm/fail-eperm: Report failure also if rm is terminated by | Jim Meyering |