summaryrefslogtreecommitdiff
path: root/tests/cp
AgeCommit message (Expand)Author
2008-04-02"touch E; mkfifo F; cp -fR F E" no longer fails due to existing EJim Meyering
2008-04-01Avoid root-only SELinux-related test failures w/o mcstransd.Jim Meyering
2008-03-28Require that "(exit $fail); exit $fail" be last line of each test.Jim Meyering
2008-02-12Move more test_skip_-using code to follow ". test-lib.sh".Jim Meyering
2008-02-09tests: Remove priv-check. Use new require_root_ function instead.Jim Meyering
2008-02-09tests: call skip_test_ in place of echo+exit 77Jim Meyering
2008-02-09tests: move the very-expensive file into test-lib.shJim Meyering
2008-02-09tests: start migrating sourced-file function-like tests into test-lib.sh.Jim Meyering
2008-01-31Improve the cp/parent-perm test.Jim Meyering
2008-01-26Work around Darwin9's set-GID-like group ownership inheritance.Jim Meyering
2008-01-26Avoid cp/preserve-gid test failure on Mac OS 10.5.1 (Darwin 9.1)Jim Meyering
2008-01-08parent-perm: avoid a bizarre test failure.Jim Meyering
2008-01-07cp: add a test for today's bug fix.Jim Meyering
2007-12-02Make test script, existing-perm-race, executable.Bob Proulx
2007-12-01Add a test for cp -p and existing file permissions.Paul Eggert
2007-11-30Avoid a spurious test failure when build directory is set-GID.Jim Meyering
2007-11-24Tweak new test.Jim Meyering
2007-11-24Test the new feature: cp -p preserves the GID whenever possible.Lasse Collin
2007-11-22cp: by default, refuse to copy through a dangling destination symlinkJim Meyering
2007-11-01Accommodate FreeBSD 6.1 hard-link-to-symlink differences.Jim Meyering
2007-10-14Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk.Jim Meyering
2007-10-09Skip the chcon test on a system with no SELinux support.Jim Meyering
2007-10-02Never copy through a symlink that cp has just created.Jim Meyering
2007-09-15More misc, test-related changes. (some to allow running tests as root)Jim Meyering
2007-09-15Adjust chgrp, chmod, chown, cp tests to use test-lib.sh.Jim Meyering
2007-08-25Remove all .cvsignore files from version control.Jim Meyering
2007-07-29Attempt to copy a regular file, even if stat says it is empty.Jim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-06-18A few more symlink-related fixes. Fix a bug triggered by cpPaul Eggert
2007-06-15Correct cp's handling of destination symlinks in some cases.Paul Eggert
2007-06-10bug-fix: cp would fail to write through a dangling symlinkJim Meyering
2007-03-29Arrange 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 inJim Meyering
2007-03-29ls: Add support for SELinux and a slightly modified -Z option.Jim Meyering
2007-03-13Work around a failing test due to an NFS-based race condition.Jim Meyering
2007-02-24Remove the "gnits" option; it prohibits my using "+" as a versionJim Meyering
2007-02-03* NEWS: Document fix for cp --preserve=mode.Paul Eggert
2007-02-03* NEWS: Document fix for cp --parents.Paul Eggert
2007-01-24Remove usually-skipped test.Jim Meyering
2007-01-13Put CU_TEST_NAME in the environment for each test run by "make check".Jim Meyering
2006-12-15* tests/cp/open-perm-race: Correct the gdb-existence check.Jim Meyering
2006-12-15Make sure cp -p isn't too generous with file permissions.Paul Eggert
2006-12-15Ensure cp -pR --parents isn't too generous with parent permissions.Paul Eggert
2006-12-14Don't hang when there's no input tty.Jim Meyering
2006-12-14Test for a hard-to-detect race fix, using gdb.Jim Meyering
2006-12-07cp -p now clears special bits if it fails to preserve owner or groupPaul Eggert
2006-10-26Avoid a shell bug in Tru64 4.0 sh's handling of double-quoted strings.Jim Meyering
2006-10-22* tests/chmod/c-option: Double-quote instances of `$abs_srcdir'.Jim Meyering
2006-10-22* tests/sample-test: Quote variables containing absolute buildJim Meyering