From 52f887aaeb73c584e1cf930db9e7000f4f3a8872 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 29 Apr 2014 22:57:15 +1000 Subject: [PATCH] change exit code (cherry picked from commit e54767a3c92094c687dbac5daeb155da1e7806ef) --- bin/tests/system/geoip/prereq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/geoip/prereq.sh b/bin/tests/system/geoip/prereq.sh index 3fb62a21f6..c001bb150b 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