From 6276e5b41b571706cd6a47437250ae429fb91d69 Mon Sep 17 00:00:00 2001 From: Bodo Möller Date: Sat, 17 Mar 2001 09:51:25 +0000 Subject: 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. --- test/Makefile.ssl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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" - @) {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) -- cgit v1.2.3