From: Bodo Möller Date: Sun, 8 Apr 2001 18:22:53 +0000 (+0000) Subject: avoid '||' since Ultrix apparently doesn't understand it X-Git-Tag: OpenSSL_0_9_6c~182^2~273 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9cddbf14dbda732e72bc5113746f85cb7ee2b4ab;p=oweals%2Fopenssl.git avoid '||' since Ultrix apparently doesn't understand it --- diff --git a/test/Makefile.ssl b/test/Makefile.ssl index f0e3233944..832f47b59b 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)