]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
s/exit 1/exit 255/ so that test is marked as SKIPPED not UNTESTED
authorMark Andrews <marka@isc.org>
Mon, 10 Jun 2013 23:20:26 +0000 (09:20 +1000)
committerMark Andrews <marka@isc.org>
Mon, 10 Jun 2013 23:20:26 +0000 (09:20 +1000)
bin/tests/system/rrl/prereq.sh

index 6bef2c1a4c85c5959aba1c383c8e1efc26aee711..e163af8d4ba42c244306cba0bd40dc54ffe025c4 100644 (file)
@@ -19,5 +19,5 @@ then
     :
 else
     echo "I:This test requires --enable-rrl at compile time." >&2
-    exit 1
+    exit 255
 fi