mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
Don't check for bc at all. We can now run a meaningful test even if
it is missing.
This commit is contained in:
parent
3bb4736289
commit
f27b45d237
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user