]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
change exit code
authorMark Andrews <marka@isc.org>
Tue, 29 Apr 2014 12:57:15 +0000 (22:57 +1000)
committerMark Andrews <marka@isc.org>
Wed, 30 Apr 2014 04:17:49 +0000 (14:17 +1000)
(cherry picked from commit e54767a3c92094c687dbac5daeb155da1e7806ef)

bin/tests/system/geoip/prereq.sh

index 3fb62a21f61b15f6b0aade2352fbc3cd792e0985..c001bb150b05d365165158325b7f4ef6b81c817c 100644 (file)
@@ -19,5 +19,5 @@ then
     :
 else
     echo "I:This test requires GeoIP support." >&2
-    exit 1
+    exit 255
 fi