From: Mark Andrews Date: Tue, 29 Apr 2014 12:57:15 +0000 (+1000) Subject: change exit code X-Git-Tag: v9.11.0a1~1702 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=e54767a3c92094c687dbac5daeb155da1e7806ef;p=thirdparty%2Fbind9.git change exit code --- diff --git a/bin/tests/system/geoip/prereq.sh b/bin/tests/system/geoip/prereq.sh index 3fb62a21f61..c001bb150b0 100644 --- a/bin/tests/system/geoip/prereq.sh +++ b/bin/tests/system/geoip/prereq.sh @@ -19,5 +19,5 @@ then : else echo "I:This test requires GeoIP support." >&2 - exit 1 + exit 255 fi