mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
During the self test, we only want to know what bctest says on
stderr...
This commit is contained in:
parent
db01d55671
commit
322006dcb1
@ -138,7 +138,7 @@ if (/no-/)
|
||||
goto err;
|
||||
}
|
||||
|
||||
if (`echo 4+1 | bc` != 5 || (system("sh test/bctest") >> 8) != 0)
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user