]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove $other_partition_tmpdir
authorJim Meyering <jim@meyering.net>
Mon, 18 May 1998 13:53:40 +0000 (13:53 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 18 May 1998 13:53:40 +0000 (13:53 +0000)
tests/mv/backup-is-src

index b8ec47b71c9be0f3a0ccbbb00e646bb620cc6b29..b087baf9ea74f172f5b96fff454acf6d10a86f2c 100755 (executable)
@@ -51,6 +51,6 @@ EOF
 
 diff -u out2 exp || fail=1
 
-$RM -f out out2 exp $a $a2
+$RM -f out out2 exp $a $a2 $other_partition_tmpdir
 
 exit $fail