summaryrefslogtreecommitdiff
path: root/tests/cp
AgeCommit message (Expand)Author
2009-10-10copy: allow symlink timestamp preservation on more systemsEric Blake
2009-08-29tests: cp/reflink-auto guard against a pathological $TMPDIRJim Meyering
2009-08-29cp --reflink: preserve attributes on cloned files if askedPádraig Brady
2009-08-29cp --reflink: add an "auto" parameter to fall back to a normal copyPádraig Brady
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-08-23tests: skip (don't fail) a cp test, upon mount-related failureJim Meyering
2009-08-14cp,mv: fix issues with preserving timestamps of copied symlinksPádraig Brady
2009-08-13tests: raise ulimit virt-mem limit to avoid new failureJim Meyering
2009-08-07cp: accept the --reflink optionGiuseppe Scrivano
2009-08-04cp -pP (and e.g., -a): preserve time stamps on symlinks, tooJim Meyering
2009-07-09tests: avoid false-positive cp/link-heap failureJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2009-04-28tests: ensure that cp's -a doesn't silence --preserve=contextOndřej Vašík
2009-04-28tests: add test for xattr diagnostics on dest. FS lacking xattr supportOndřej Vašík
2009-04-22cp: work around linux kernel bug: short-read != EOF on /procJim Meyering
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