summaryrefslogtreecommitdiff
path: root/tests/rm/r-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/r-1')
-rwxr-xr-xtests/rm/r-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/r-1 b/tests/rm/r-1
index 2a0929e14..afd21e2f8 100755
--- a/tests/rm/r-1
+++ b/tests/rm/r-1
@@ -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