projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bb4736
)
Don't check for bc at all. We can now run a meaningful test even if
author
Ulf Möller
<ulf@openssl.org>
Wed, 6 Dec 2000 16:39:09 +0000
(16:39 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Wed, 6 Dec 2000 16:39:09 +0000
(16:39 +0000)
it is missing.
util/selftest.pl
patch
|
blob
|
history
diff --git
a/util/selftest.pl
b/util/selftest.pl
index 00e95bdefa9374e6aeeaaad2e46383d37eed9f87..6dfef9cc2953ce1c0857246b2cfbe376c3d69085 100644
(file)
--- 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)
{