From 9cec47074fdfd851fbdc4821c0d09c65dccce2fd Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 1 May 2014 00:33:11 +1000 Subject: [PATCH] use SKIPPED exit code (255) (cherry picked from commit 96f07724d67fa1670110b1abdd3562a143b2e669) --- bin/tests/system/filter-aaaa/prereq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/filter-aaaa/prereq.sh b/bin/tests/system/filter-aaaa/prereq.sh index 096ab47459..39c0369b8a 100644 --- a/bin/tests/system/filter-aaaa/prereq.sh +++ b/bin/tests/system/filter-aaaa/prereq.sh @@ -19,5 +19,5 @@ then : else echo "I:This test requires --enable-filter-aaaa at compile time." >&2 - exit 1 + exit 255 fi