summaryrefslogtreecommitdiff
path: root/tests/cp
AgeCommit message (Expand)Author
2009-03-27tests: migrate setgid-check into test-lib.shJim Meyering
2009-02-27cp: diagnose invalid "cp -rl dir dir" right away, once againJim Meyering
2009-02-18cp: -a now preserves SELinux context, with reduced diagnosticsOndřej Vašík
2009-02-18add missing copyright datesEric Blake
2009-01-14cp/mv: add --no-clobber (-n) option to not overwrite targetKamil Dudka
2008-11-30tests: avoid failure of cp/link-heap on some systemsJim Meyering
2008-11-20cp: use far less memory in some casesJim Meyering
2008-11-20tests: add a test of cp --preserve=linksJim Meyering
2008-09-10fix minor shell issues in test suiteRalf Wildenhues
2008-09-10tests: use "Exit $fail", not (exit $fail); exit $failJim Meyering
2008-08-14set envvars via "env" to avoid spurious set -x output from bad shellsJim Meyering
2008-06-19tests: avoid test failure when root's primary group-ID is not 0Jim Meyering
2008-06-13skip (don't fail) root-only tests for common set-up failuresJim Meyering
2008-05-27in 280+ tests/* files, use $srcdir, not $top_srcdir/testsJim Meyering
2008-05-27prefer abs_srcdir over abs_top_srcdir, ...Jim Meyering
2008-05-06tests: move "sparse-file" into test-lib.shJim Meyering
2008-05-06tests: move "group-names" into test-lib.shJim Meyering
2008-05-06tests: hoist the sourcing of "lang-default"Jim Meyering
2008-04-30tests: avoid spurious "make check-root" failureJim Meyering
2008-04-27tests: don't source envvar-check manually, test-lib.sh does itJim Meyering
2008-04-27tests: cp/perm (usually not run) was failing on systems with SELinuxJim Meyering
2008-04-23tests: don't fail in a non-English localeOndřej Vašík
2008-04-21tests: convert umask-check to a functionJim Meyering
2008-04-21Revamp test-related Makefiles.Jim Meyering
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