use exit 255

This commit is contained in:
Mark Andrews
2014-02-08 09:43:16 +11:00
parent 404d7c966c
commit 2870ee1fe5

View 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