Age | Commit message (Expand) | Author |
2008-09-10 | fix minor shell issues in test suite | Ralf Wildenhues |
2008-09-10 | tests: use "Exit $fail", not (exit $fail); exit $fail | Jim Meyering |
2008-08-14 | set envvars via "env" to avoid spurious set -x output from bad shells | Jim Meyering |
2008-06-19 | tests: avoid test failure when root's primary group-ID is not 0 | 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-06 | tests: move "sparse-file" into test-lib.sh | Jim Meyering |
2008-05-06 | tests: move "group-names" into test-lib.sh | Jim Meyering |
2008-05-06 | tests: hoist the sourcing of "lang-default" | Jim Meyering |
2008-04-30 | tests: avoid spurious "make check-root" failure | Jim Meyering |
2008-04-27 | tests: don't source envvar-check manually, test-lib.sh does it | Jim Meyering |
2008-04-27 | tests: cp/perm (usually not run) was failing on systems with SELinux | Jim Meyering |
2008-04-23 | tests: don't fail in a non-English locale | Ondřej Vašík |
2008-04-21 | tests: convert umask-check to a function | Jim Meyering |
2008-04-21 | Revamp test-related Makefiles. | Jim Meyering |
2008-04-02 | "touch E; mkfifo F; cp -fR F E" no longer fails due to existing E | Jim Meyering |
2008-04-01 | Avoid root-only SELinux-related test failures w/o mcstransd. | Jim Meyering |
2008-03-28 | Require that "(exit $fail); exit $fail" be last line of each test. | Jim Meyering |
2008-02-12 | Move more test_skip_-using code to follow ". test-lib.sh". | Jim Meyering |
2008-02-09 | tests: Remove priv-check. Use new require_root_ function instead. | Jim Meyering |
2008-02-09 | tests: call skip_test_ in place of echo+exit 77 | Jim Meyering |
2008-02-09 | tests: move the very-expensive file into test-lib.sh | Jim Meyering |
2008-02-09 | tests: start migrating sourced-file function-like tests into test-lib.sh. | Jim Meyering |
2008-01-31 | Improve the cp/parent-perm test. | Jim Meyering |
2008-01-26 | Work around Darwin9's set-GID-like group ownership inheritance. | Jim Meyering |
2008-01-26 | Avoid cp/preserve-gid test failure on Mac OS 10.5.1 (Darwin 9.1) | Jim Meyering |
2008-01-08 | parent-perm: avoid a bizarre test failure. | Jim Meyering |
2008-01-07 | cp: add a test for today's bug fix. | Jim Meyering |
2007-12-02 | Make test script, existing-perm-race, executable. | Bob Proulx |
2007-12-01 | Add a test for cp -p and existing file permissions. | Paul Eggert |
2007-11-30 | Avoid a spurious test failure when build directory is set-GID. | Jim Meyering |
2007-11-24 | Tweak new test. | Jim Meyering |
2007-11-24 | Test the new feature: cp -p preserves the GID whenever possible. | Lasse Collin |
2007-11-22 | cp: by default, refuse to copy through a dangling destination symlink | Jim Meyering |
2007-11-01 | Accommodate FreeBSD 6.1 hard-link-to-symlink differences. | Jim Meyering |
2007-10-14 | Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk. | Jim Meyering |
2007-10-09 | Skip the chcon test on a system with no SELinux support. | Jim Meyering |
2007-10-02 | Never copy through a symlink that cp has just created. | Jim Meyering |
2007-09-15 | More misc, test-related changes. (some to allow running tests as root) | Jim Meyering |
2007-09-15 | Adjust chgrp, chmod, chown, cp tests to use test-lib.sh. | Jim Meyering |
2007-08-25 | Remove all .cvsignore files from version control. | Jim Meyering |
2007-07-29 | Attempt to copy a regular file, even if stat says it is empty. | 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-06-18 | A few more symlink-related fixes. Fix a bug triggered by cp | Paul Eggert |
2007-06-15 | Correct cp's handling of destination symlinks in some cases. | Paul Eggert |
2007-06-10 | bug-fix: cp would fail to write through a dangling symlink | Jim Meyering |
2007-03-29 | Arrange for "make check-root" to run the new root-only test. | Jim Meyering |
2007-03-29 | * tests/cp/cp-a-selinux: New file. Test for the bug reported in | Jim Meyering |