]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
use exit 255
authorMark Andrews <marka@isc.org>
Fri, 7 Feb 2014 22:43:16 +0000 (09:43 +1100)
committerMark Andrews <marka@isc.org>
Fri, 7 Feb 2014 22:43:16 +0000 (09:43 +1100)
bin/tests/system/rsabigexponent/prereq.sh

index d7c6875714d54d46c18d5a5c692ac8fe48a8dd5e..8203514908fa05248ada93bd51454b48cf472873 100644 (file)
@@ -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