]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
uncomment final rm FILEUTILS-4_0h
authorJim Meyering <jim@meyering.net>
Sun, 9 May 1999 15:59:27 +0000 (15:59 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 9 May 1999 15:59:27 +0000 (15:59 +0000)
tests/mv/into-self-2

index 51a6cbff016a811fed4582864730df82c74bf69d..2abffcf98913b2e99f1ad5b70fe9804663217a84 100755 (executable)
@@ -51,6 +51,6 @@ EOF
 
 cmp out2 exp || fail=1
 
-rm -fr out out2 exp $file $symlink $other_partition_tmpdir
+rm -fr out out2 exp $file $symlink $other_partition_tmpdir
 
 exit $fail