summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/rm/ir-12
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rm/ir-1 b/tests/rm/ir-1
index 1d1197148..9c54a9736 100755
--- a/tests/rm/ir-1
+++ b/tests/rm/ir-1
@@ -51,6 +51,6 @@ case `echo $tmp/*` in
*) fail=1 ;;
esac
-rm -rf $tmp
+rm -rf $tmp $test.I
exit $fail