summaryrefslogtreecommitdiff
path: root/tests/cp
AgeCommit message (Collapse)Author
2000-12-31.Jim Meyering
2000-12-31sticky-check -> setgid-checkJim Meyering
2000-12-31(TESTS): Add deref-slink.Jim Meyering
2000-12-31New file. Test for the bug fixed by my 2000-12-28 change to copy.c.Jim Meyering
2000-12-28Run sticky-check from just-created directory.Jim Meyering
2000-12-27.Jim Meyering
2000-12-26Disable the test if the working directory has the sticky bit set.Jim Meyering
2000-11-06Move mkdir tests into ../mkdir.Jim Meyering
2000-11-05*** empty log message ***Jim Meyering
2000-11-05Add tests for the above fix.Jim Meyering
2000-10-31use backticks and sed instead of set and shiftJim Meyering
2000-10-31Add some permission tests.Jim Meyering
2000-10-30.Jim Meyering
2000-10-29Add a test.Jim Meyering
2000-10-28Disable this test by default; it's expensive.Jim Meyering
Mark this as an expensive test.
2000-10-22Source lang-default rather than open-codingJim Meyering
the setting/exporting of LANG, LC_ALL, and LANGUAGE.
2000-10-21(no commit message)Jim Meyering
2000-10-21.Jim Meyering
2000-10-16*** empty log message ***Jim Meyering
2000-10-16*** empty log message ***Jim Meyering
2000-09-25Don't use `diff -u'. It's not portable.Jim Meyering
Run `diff -c' only if cmp finds a difference.
2000-09-23adjust for change in behaviorJim Meyering
2000-09-23.Jim Meyering
2000-09-22*** empty log message ***Jim Meyering
2000-09-22(TESTS): Add dir-rm-dest.Jim Meyering
2000-09-20*** empty log message ***Jim Meyering
2000-09-20*** empty log message ***Jim Meyering
2000-09-20.Jim Meyering
2000-09-10(LC_ALL): Set to `C' and export to ensureJim Meyering
that `ls' sorts the same way for everyone. Reported by Vin Shelton.
2000-09-09*** empty log message ***Jim Meyering
2000-09-09.Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09(TESTS_ENVIRONMENT): Propagate $MAKE into environment, for special-bits.Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09*** empty log message ***Jim Meyering
2000-09-09(TESTS): Add special-bits.Jim Meyering
2000-09-05Redirect stdout to stderr before trying toJim Meyering
remove the temp directory. Otherwise, the `rm -rf' would get an error because the output file wouldn't be closed and the directory wouldn't be `empty'.
2000-09-05Remove the `cp -bdl symlink foo' case.Jim Meyering
since it's no longer portable (hard link to a symlink).
2000-09-05Remove the `cp -dl sl1 sl2' case,Jim Meyering
since it's no longer portable (hard link to a symlink).
2000-09-04Add new tests using cp's --rem option.Jim Meyering
Reflect the fact that cp's -f option no longer causes cp to remove the destination file before trying to open it. Reflect the fact that `cp -bdl' now makes a backup when copying a symlink onto the file it points to (FIXME: look into this, and why cp -bl does *not* do so).
2000-08-23use better trapJim Meyering
2000-08-21Clean up traps. Create files in a subdir.Jim Meyering
2000-08-21remove `dir' in trap, tooJim Meyering
2000-08-21use better trapJim Meyering
2000-08-20(TESTS): Add cp-HL.Jim Meyering