From f2bb69ebb0b227c1a8030ebc588460074c877b47 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 19 Apr 2002 22:50:36 +0000 Subject: Use this: (exit $fail); exit not this: exit $fail --- tests/rm/f-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/rm/f-1') diff --git a/tests/rm/f-1 b/tests/rm/f-1 index da79b7229..4e72f575c 100755 --- a/tests/rm/f-1 +++ b/tests/rm/f-1 @@ -23,4 +23,4 @@ fi fail=0 rm -f $tmp/no-such-file || fail=1 -exit $fail +(exit $fail); exit -- cgit v1.2.3-54-g00ecf