X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2FMakefile.ssl;h=6ca5f5f983f26067ec21c8c9a4327ba43dc5f776;hp=832f47b59bdd3beba01f82682290be23aafc2b6b;hb=8e264a933fa226233053ada4fe53f84d9de15a87;hpb=f0b54fefe9bf7845ca8d2c137f1f5483ac17320c;ds=sidebyside diff --git a/test/Makefile.ssl b/test/Makefile.ssl index 832f47b59b..6ca5f5f983 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -198,7 +198,7 @@ test_bn: @./$(BNTEST) >tmp.bntest @echo quit >>tmp.bntest @echo "running bc" - @) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"' + @) {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)