use exit 255

(cherry picked from commit 2870ee1fe5)
This commit is contained in:
Mark Andrews
2014-02-08 09:43:16 +11:00
parent 1c67e9747b
commit 0a2f8f96f3

View File

@@ -24,5 +24,5 @@ then
rm -f Kexample.*
else
echo "I:This test requires that --with-openssl was used." >&2
exit 1
exit 255
fi