From 06444da464c038d7869908aaa26eaa728ae3a032 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 26 Apr 2018 19:22:30 +0200 Subject: Configurations/unix-Makefile.tmpl: harmonize with no-engine. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/6106) --- Configurations/unix-Makefile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Configurations') diff --git a/Configurations/unix-Makefile.tmpl b/Configurations/unix-Makefile.tmpl index 799eaa8..4451232 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(); } "" -} -- cgit v1.1