]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 11 May 1998 03:46:59 +0000 (03:46 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 11 May 1998 03:46:59 +0000 (03:46 +0000)
tests/cp/backup-is-src

index 6f2aa53d7414b21bc51332659e09d14aff5d096f..e66e9bfa004856b8146276aee1cfea3e6466b31f 100755 (executable)
@@ -37,6 +37,6 @@ EOF
 
 cmp out2 exp || fail=1
 
-#$RM -f $temp_files out out2 exp
+$RM -f $temp_files out out2 exp
 
 exit $fail