summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/include/0012glob_dependency_1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/include/0012glob_dependency_1')
-rwxr-xr-xtests/shell/testcases/include/0012glob_dependency_19
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/shell/testcases/include/0012glob_dependency_1 b/tests/shell/testcases/include/0012glob_dependency_1
index 6cf4ba17..e4e12e27 100755
--- a/tests/shell/testcases/include/0012glob_dependency_1
+++ b/tests/shell/testcases/include/0012glob_dependency_1
@@ -44,9 +44,6 @@ echo "$RULESET1" > $tmpfile2
echo "$RULESET2" > $tmpfile1
echo "$RULESET3" > $tmpfile3
-$NFT -f $tmpfile3
-
-if [ $? -eq 0 ] ; then
- echo "E: did not catch wrong file order in include directory" >&2
- exit 1
-fi
+$NFT -f $tmpfile3 || exit 0
+echo "E: did not catch wrong file order in include directory" >&2
+exit 1