summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/test/Makefile.ssl')
-rw-r--r--src/lib/libssl/test/Makefile.ssl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libssl/test/Makefile.ssl b/src/lib/libssl/test/Makefile.ssl
index 9c7b7dd158..7384243cbd 100644
--- a/src/lib/libssl/test/Makefile.ssl
+++ b/src/lib/libssl/test/Makefile.ssl
@@ -192,7 +192,7 @@ test_bn:
192 @./$(BNTEST) >tmp.bntest 192 @./$(BNTEST) >tmp.bntest
193 @echo quit >>tmp.bntest 193 @echo quit >>tmp.bntest
194 @echo "running bc" 194 @echo "running bc"
195 @<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"' 195 @<tmp.bntest sh -c "`sh ./bctest ignore`" | $(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"'
196 @echo 'test a^b%c implementations' 196 @echo 'test a^b%c implementations'
197 ./$(EXPTEST) 197 ./$(EXPTEST)
198 198