]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Use `(exit 1); exit' paradigm also for framework_failure.
authorJim Meyering <jim@meyering.net>
Mon, 25 Sep 2000 19:41:56 +0000 (19:41 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 25 Sep 2000 19:41:56 +0000 (19:41 +0000)
tests/sample-test

index c633c057faa3c1daa0452f3f0c069397383801e1..31f87f5ca6234e037716af3e1c0bc9cb8334f7b0 100644 (file)
@@ -17,7 +17,7 @@ cd $tmp || framework_failure=1
 
 if test $framework_failure = 1; then
   echo 'failure in testing framework'
-  exit 1
+  (exit 1); exit
 fi
 
 fail=0