The branch OpenSSL_1_0_2-stable has been updated
via bf9d61d1abfc4d36562aa799cd9dc59c7bb46e57 (commit)
from 6868346585f38066de4610b516346a18a98a8427 (commit)
- Log -----------------------------------------------------------------
commit bf9d61d1abfc4d36562aa799cd9dc59c7bb46e57
Author: Peter Mosmans <[email protected]>
Date: Tue May 27 23:26:11 2014 +0100
RT3346: Fix test_bn regexp for Windows using MSYS.
(cherry picked from commit 028bac0670c167f154438742eb4d0fbed73df209)
Signed-off-by: Rich Salz <[email protected]>
Reviewed-by: Andy Polyakov <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
test/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Makefile b/test/Makefile
index 80aeccf..8cbb5ad 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -245,7 +245,7 @@ test_bn: $(BNTEST)$(EXE_EXT) $(EXPTEST)$(EXE_EXT) bctest
@../util/shlib_wrap.sh ./$(BNTEST) >tmp.bntest
@echo quit >>tmp.bntest
@echo "running bc"
- @<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"'
+ @<tmp.bntest sh -c "`sh ./bctest ignore`" | $(PERL) -e '$$i=0; while
(<STDIN>) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0\r?$$/)
{die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i
tests passed\n"'
@echo 'test a^b%c implementations'
../util/shlib_wrap.sh ./$(EXPTEST)
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits