summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-09-25 19:41:56 +0000
committerJim Meyering <jim@meyering.net>2000-09-25 19:41:56 +0000
commit2371d8faafeae92d64ba38a56cfee431b87c9cc1 (patch)
tree41710445218c00a609b0d07d66ab7a8f7f4b7b0b /tests
parent2dc45ff0c856faaa69e44526c4e92ef9d9dfab3b (diff)
downloadcoreutils-2371d8faafeae92d64ba38a56cfee431b87c9cc1.tar.xz
Use `(exit 1); exit' paradigm also for framework_failure.
Diffstat (limited to 'tests')
-rw-r--r--tests/sample-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sample-test b/tests/sample-test
index c633c057f..31f87f5ca 100644
--- a/tests/sample-test
+++ b/tests/sample-test
@@ -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