summaryrefslogtreecommitdiff
path: root/tests/cp/cp-mv-backup
AgeCommit message (Collapse)Author
2004-06-23Replace all occurrences of `(exit N); exit' withJim Meyering
`(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. Thanks to a report from Bob Proulx.
2002-10-08Use double quotes around diagnostic.Jim Meyering
2002-04-19upgrade to use better frameworkJim Meyering
2002-04-19Lots of clean-up:Jim Meyering
E.g., (exit $fail); exit t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$ trap 'status=$?; cd $pwd; rm -rf $t0 && exit $status' 0
2000-10-22Source lang-default rather than open-codingJim Meyering
the setting/exporting of LANG, LC_ALL, and LANGUAGE.
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-08-12Remove test for the VERSION_CONTROL and/orJim Meyering
SIMPLE_BACKUP_SUFFIX envvars. Source ../envvar-check instead.
1999-12-09Use 1>&2 rather than `1<&-'.Jim Meyering
Suggestion from Volker Borchert.
1999-12-04(trap): Be careful to close $actual beforeJim Meyering
removing the containing directory. Otherwise, on some systems rmdir fails to remove the containing directory.
1999-11-20*** empty log message ***Jim Meyering
1999-11-20Run `diff -u' if the test fails.Jim Meyering
1999-11-11re-comment debugging diff stmtJim Meyering
1999-11-11remove unnecessary trailing semicolonsJim Meyering
1999-10-17use x, y, not a, b.Jim Meyering
1999-10-17adapt to work for mv, tooJim Meyering
1999-10-16*** empty log message ***Jim Meyering
1999-10-16*** empty log message ***Jim Meyering
1999-10-16*** empty log message ***Jim Meyering