summaryrefslogtreecommitdiff
path: root/tests/rm/ir-1
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-19 22:50:36 +0000
committerJim Meyering <jim@meyering.net>2002-04-19 22:50:36 +0000
commitf2bb69ebb0b227c1a8030ebc588460074c877b47 (patch)
tree087a37a0e4849d47ab06acb46101123627df644b /tests/rm/ir-1
parent0129239343f6dd4daa3fae1ebf5be071f6317e86 (diff)
downloadcoreutils-f2bb69ebb0b227c1a8030ebc588460074c877b47.tar.xz
Use this:
(exit $fail); exit not this: exit $fail
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 19a875290..c127a1cdf 100755
--- a/tests/rm/ir-1
+++ b/tests/rm/ir-1
@@ -54,4 +54,4 @@ esac
rm -rf $tmp $test.I
-exit $fail
+(exit $fail); exit