Keep up with Unix code. It's beginning to be time to rethink the VMS
[openssl.git] / util / selftest.pl
index eb50d52ff8ffcf1819161508cb6d6c21d3fa61f5..6dfef9cc2953ce1c0857246b2cfbe376c3d69085 100644 (file)
@@ -131,19 +131,13 @@ if (system("make 2>&1 | tee make.log") > 255) {
 
 $_=$options;
 s/no-asm//;
+s/no-shared//;
 if (/no-/)
 {
     print OUT "Test skipped.\n";
     goto err;
 }
 
-if (`echo 4+1 | bc` != 5)
-{
-    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)
  {