summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-12-06 16:39:09 +0000
committerUlf Möller <ulf@openssl.org>2000-12-06 16:39:09 +0000
commitf27b45d237a28a900e781f718804abe677091b08 (patch)
tree48281f7d9c7bfdfb8c8a5947397ba393ae046010 /util
parent3bb4736289c49e01cb8d4a683ca3f9505dcba44b (diff)
Don't check for bc at all. We can now run a meaningful test even if
it is missing.
Diffstat (limited to 'util')
-rw-r--r--util/selftest.pl7
1 files changed, 0 insertions, 7 deletions
diff --git a/util/selftest.pl b/util/selftest.pl
index 00e95bdefa..6dfef9cc29 100644
--- a/util/selftest.pl
+++ b/util/selftest.pl
@@ -138,13 +138,6 @@ if (/no-/)
goto err;
}
-if (`echo 4+1 | bc` != 5 || (system("sh test/bctest >/dev/null") >> 8) != 0)
-{
- print OUT "Can't run bc! Test skipped.\n";
- print OUT $not_our_fault;
- goto err;
-}
-
print "Running make test...\n";
if (system("make test 2>&1 | tee maketest.log") > 255)
{