]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 16 Aug 1997 17:40:57 +0000 (17:40 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 16 Aug 1997 17:40:57 +0000 (17:40 +0000)
tests/rm/r-1

index 2a0929e1450767e582a070bb8453b86dc158227e..afd21e2f8605873ae95a9437847bef45ca22bd6e 100755 (executable)
@@ -36,6 +36,6 @@ EOF
 # Compare expected and actual output.
 cmp $tmp/$test.E $tmp/$test.O || fail=1
 
-rm -rf $dir
+rm -rf $tmp
 
 exit $fail