aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-17 09:51:25 +0000
committerBodo Möller <bodo@openssl.org>2001-03-17 09:51:25 +0000
commit6276e5b41b571706cd6a47437250ae429fb91d69 (patch)
tree02f8ae8a1ad7f590dfc29b51d8ddfa3b791c08f3 /test
parent51740b12aea66de6200200bd330b2f411da7f6ad (diff)
downloadopenssl-6276e5b41b571706cd6a47437250ae429fb91d69.tar.gz
Explicitly ignore the exit code of ./bctest. Usually the shell
ignores it anyway in command substitution, but Ultrix reportedly aborted the test when bctest returned 1.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index 86353aadfd..2ab98fb75e 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"
- @<tmp.bntest sh -c "`sh ./bctest`" | $(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)