summaryrefslogtreecommitdiff
path: root/tests/cp/symlink-slash
AgeCommit message (Collapse)Author
2004-12-06Sanitize environment.Jim Meyering
Otherwise, e.g., BLOCKSIZE=k would cause a failure.
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-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-05-03During ls, set LANGUAGE (for GNU gettext)Jim Meyering
and LC_ALL (for systems which look at LC_MESSAGES).
2000-04-16*** empty log message ***Jim Meyering