summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/include/0010glob_broken_file_1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/include/0010glob_broken_file_1')
-rwxr-xr-xtests/shell/testcases/include/0010glob_broken_file_19
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/shell/testcases/include/0010glob_broken_file_1 b/tests/shell/testcases/include/0010glob_broken_file_1
index 9027f189..a00babf1 100755
--- a/tests/shell/testcases/include/0010glob_broken_file_1
+++ b/tests/shell/testcases/include/0010glob_broken_file_1
@@ -41,9 +41,6 @@ echo "$RULESET1" > $tmpfile1
echo "$RULESET2" > $tmpfile2
echo "$RULESET3" > $tmpfile3
-$NFT -f $tmpfile3
-
-if [ $? -eq 0 ] ; then
- echo "E: didn't catch a broken file in directory" >&2
- exit 1
-fi
+$NFT -f $tmpfile3 || exit 0
+echo "E: didn't catch a broken file in directory" >&2
+exit 1