summaryrefslogtreecommitdiffstats
path: root/test/bctest
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-12-11 17:28:07 +0000
committerBodo Möller <bodo@openssl.org>2000-12-11 17:28:07 +0000
commitdaea0ff8a960237e0f9a71301721824c25ad3b25 (patch)
treef607a3a1afe5a27fe5acae1af7c01918c2ef75d3 /test/bctest
parent448701473a46d8e7fc2d5f691b04630aa0aae720 (diff)
Change/add comments
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 2414b5d0af..6fa0663bb0 100755
--- a/test/bctest
+++ b/test/bctest
@@ -3,13 +3,15 @@
# This script is used by test/Makefile.ssl to check whether a sane 'bc'
# is installed.
# ('make test_bn' should not try to run 'bc' if it does not exist or if
-# it is the broken SunOS 5.[78] bc, which fails the following test.)
+# it is a broken 'bc' version that is known to cause trouble.)
#
# If 'bc' works, we also test if it knows the 'print' command.
#
# In any case, output an appropriate command line for running (or not
# running) bc.
+
+# Test for SunOS 5.[78] bc bug (or missing bc)
if [ 0 != "`bc <<\EOF
obase=16
ibase=16
@@ -32,6 +34,7 @@ then
fi
+# Test for SCO bc bug.
if [ "0
0" != "`bc <<\EOF
obase=16