aboutsummaryrefslogtreecommitdiff
path: root/testcases/commands/gzip/gzip_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/commands/gzip/gzip_tests.sh')
-rwxr-xr-xtestcases/commands/gzip/gzip_tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/testcases/commands/gzip/gzip_tests.sh b/testcases/commands/gzip/gzip_tests.sh
index fdc933ea2..3262c555b 100755
--- a/testcases/commands/gzip/gzip_tests.sh
+++ b/testcases/commands/gzip/gzip_tests.sh
@@ -82,7 +82,8 @@ test1()
gzip -r tst_gzip.tmp > tst_gzip.err 2>&1
if [ $? -ne 0 ]; then
cat tst_gzip.err
- tst_brk TFAIL "Test #1: gzip -r failed"
+ tst_res TFAIL "Test #1: gzip -r failed"
+ return
fi
tst_res TINFO "Test #1: creating output file"