From: Jim Meyering Date: Tue, 8 Jul 1997 23:06:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: SH-UTILS-1_16c~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f19e15873ac8797e7f204e941f34a3c830cf1d4;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/tests/cp/backup-1 b/tests/cp/backup-1 index 25c179cf8c..58bf99926d 100755 --- a/tests/cp/backup-1 +++ b/tests/cp/backup-1 @@ -11,6 +11,8 @@ rm -f $temp_files fail=0 echo test > $tmp || fail=1 +# Specify both version control and suffix so the environment variables +# (possibly set by the user running these tests) aren't used. $CP --force --backup --version-control=simple --suffix=$suffix $tmp $tmp \ || fail=1