avoid '||' since Ultrix apparently doesn't understand it
authorBodo Möller <bodo@openssl.org>
Sun, 8 Apr 2001 18:22:53 +0000 (18:22 +0000)
committerBodo Möller <bodo@openssl.org>
Sun, 8 Apr 2001 18:22:53 +0000 (18:22 +0000)
test/Makefile.ssl

index f0e323394422706893c88d52a6f63500b91ccc3c..832f47b59bdd3beba01f82682290be23aafc2b6b 100644 (file)
@@ -198,7 +198,7 @@ test_bn:
        @./$(BNTEST) >tmp.bntest
        @echo quit >>tmp.bntest
        @echo "running bc"
-       @<tmp.bntest sh -c "`sh ./bctest || true`" | $(PERL) -e '$$i=0; while (<STDIN>) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"'
+       @<tmp.bntest sh -c "`sh ./bctest; true`" | $(PERL) -e '$$i=0; while (<STDIN>) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"'
        @echo 'test a^b%c implementations'
        ./$(EXPTEST)