From: Mark Andrews Date: Fri, 7 Feb 2014 22:43:16 +0000 (+1100) Subject: use exit 255 X-Git-Tag: v9.10.0b1~142^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2870ee1fe54b5d45aaff51dbfe3d13a8d9c1b8db;p=thirdparty%2Fbind9.git use exit 255 --- diff --git a/bin/tests/system/rsabigexponent/prereq.sh b/bin/tests/system/rsabigexponent/prereq.sh index d7c6875714d..8203514908f 100644 --- a/bin/tests/system/rsabigexponent/prereq.sh +++ b/bin/tests/system/rsabigexponent/prereq.sh @@ -25,5 +25,5 @@ then else echo "I:This test requires cryptography" >&2 echo "I:configure with --with-openssl, or --with-pkcs11 and --enable-native-pkcs11" >&2 - exit 1 + exit 255 fi