summaryrefslogtreecommitdiff
path: root/tests/cp/link-preserve
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-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
2001-10-20Don't use a umask that removes ownerJim Meyering
read/write. That induces spurious failures in a probably-old version of purify.
2001-10-13add tests for some of the recent changes to cpJim Meyering
2001-10-07*** empty log message ***Jim Meyering
2001-10-07whoops. use cp's -a optionJim Meyering
2001-10-07*** empty log message ***Jim Meyering