From: Bodo Möller Date: Tue, 3 Apr 2001 15:20:22 +0000 (+0000) Subject: As in the main branch, ignore the bctest exit value. X-Git-Tag: OpenSSL_0_9_6a~10 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=dea0f7dd0d3af3a7b7c3ef44e4478675933d4ef2;p=oweals%2Fopenssl.git As in the main branch, ignore the bctest exit value. (I thought I had done this change before ...) --- diff --git a/test/Makefile.ssl b/test/Makefile.ssl index b4abd96e70..e02ab59142 100644 --- a/test/Makefile.ssl +++ b/test/Makefile.ssl @@ -191,7 +191,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)