summaryrefslogtreecommitdiff
path: root/tests/rm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm')
-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 8fb5e864f..423b20e35 100755
--- a/tests/rm/r-2
+++ b/tests/rm/r-2
@@ -41,6 +41,6 @@ fi
# Compare expected and actual output.
cmp $tmp/$test.E $tmp/$test.O || fail=1
-#rm -rf $tmp
+rm -rf $tmp
exit $fail