summaryrefslogtreecommitdiff
path: root/tests/rm/ir-1
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-11-03 04:51:54 +0000
committerJim Meyering <jim@meyering.net>1997-11-03 04:51:54 +0000
commitea3c071c2d436dc59a3a98dbe71ab28dbba0d263 (patch)
tree80b0a8c1f490a00460da84f92f309afac5b07f7b /tests/rm/ir-1
parent3f3c12d723d4767da81ea4aa98e7784aff1e4e93 (diff)
downloadcoreutils-ea3c071c2d436dc59a3a98dbe71ab28dbba0d263.tar.xz
*** empty log message ***
Diffstat (limited to 'tests/rm/ir-1')
-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