During the self test, we only want to know what bctest says on
authorRichard Levitte <levitte@openssl.org>
Wed, 6 Dec 2000 10:58:13 +0000 (10:58 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 6 Dec 2000 10:58:13 +0000 (10:58 +0000)
stderr...

util/selftest.pl

index fabf366995a819428a350b41bc2db2a30cd15860..00e95bdefa9374e6aeeaaad2e46383d37eed9f87 100644 (file)
@@ -138,7 +138,7 @@ if (/no-/)
     goto err;
 }
 
     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;
 {
     print OUT "Can't run bc! Test skipped.\n";
     print OUT $not_our_fault;