]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use SKIPPED exit code (255)
authorMark Andrews <marka@isc.org>
Wed, 30 Apr 2014 14:33:11 +0000 (00:33 +1000)
committerMark Andrews <marka@isc.org>
Wed, 30 Apr 2014 14:33:35 +0000 (00:33 +1000)
(cherry picked from commit 96f07724d67fa1670110b1abdd3562a143b2e669)

bin/tests/system/filter-aaaa/prereq.sh

index 096ab47459debffb5bf559fc8d87f621bdf6bd63..39c0369b8a988f8788203b5e79b26c44f027ed4f 100644 (file)
@@ -19,5 +19,5 @@ then
     :
 else
     echo "I:This test requires --enable-filter-aaaa at compile time." >&2
-    exit 1
+    exit 255
 fi