From: Andy Polyakov Date: Thu, 26 Apr 2018 17:22:30 +0000 (+0200) Subject: Configurations/unix-Makefile.tmpl: harmonize with no-engine. X-Git-Tag: OpenSSL_1_1_1-pre6~3 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=06444da464c038d7869908aaa26eaa728ae3a032;p=oweals%2Fopenssl.git Configurations/unix-Makefile.tmpl: harmonize with no-engine. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6106) --- diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 799eaa8805..4451232046 100644 --- a/Configurations/unix-Makefile.tmpl +++ b/Configurations/unix-Makefile.tmpl @@ -369,7 +369,7 @@ test: tests RESULT_D=test-runs \ PERL="$(PERL)" \ EXE_EXT={- $exeext -} \ - OPENSSL_ENGINES=`cd ../$(BLDDIR)/engines; pwd` \ + OPENSSL_ENGINES=`cd ../$(BLDDIR)/engines 2>/dev/null && pwd` \ OPENSSL_DEBUG_MEMORY=on \ $(PERL) ../$(SRCDIR)/test/run_tests.pl $(TESTS) ) @ : {- if ($disabled{tests}) { output_on(); } else { output_off(); } "" -}