summaryrefslogtreecommitdiff
path: root/test/bctest
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-05-03 08:50:27 +0000
committerBodo Möller <bodo@openssl.org>2001-05-03 08:50:27 +0000
commit8e264a933fa226233053ada4fe53f84d9de15a87 (patch)
treed62f04e7655e8e2b44b1fa792e4e2725d7a06ddc /test/bctest
parentf0b54fefe9bf7845ca8d2c137f1f5483ac17320c (diff)
downloadopenssl-new-8e264a933fa226233053ada4fe53f84d9de15a87.tar.gz
bctest changes for Ultrix (don't return 1 from bctest, otherwise make aborts)
Diffstat (limited to 'test/bctest')
-rwxr-xr-xtest/bctest5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/bctest b/test/bctest
index fbe74ed90b..bdb3218f7a 100755
--- a/test/bctest
+++ b/test/bctest
@@ -104,5 +104,8 @@ EOF
done
echo "No working bc found. Consider installing GNU bc." >&2
-echo "cat >/dev/null"
+if [ "$1" = ignore ]; then
+ echo "cat >/dev/null"
+ exit 0
+fi
exit 1