summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-08-16 17:41:45 +0000
committerJim Meyering <jim@meyering.net>1997-08-16 17:41:45 +0000
commit41347fc40e8258539e69e2604abbbd88a875e22e (patch)
tree7cc3ad605707f3e52b464a8c6a43737755962b92 /tests
parent2bd0aa26c2afe278a711e2e13c6a18402d7879ff (diff)
downloadcoreutils-41347fc40e8258539e69e2604abbbd88a875e22e.tar.xz
*** empty log message ***
Diffstat (limited to 'tests')
-rwxr-xr-xtests/rm/r-22
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/r-2 b/tests/rm/r-2
index 242a69692..5c82c9074 100755
--- a/tests/rm/r-2
+++ b/tests/rm/r-2
@@ -32,6 +32,6 @@ EOF
# Compare expected and actual output.
cmp $tmp/$test.E $tmp/$test.O || fail=1
-rm -rf $dir
+rm -rf $tmp
exit $fail