Configurations/unix-Makefile.tmpl: harmonize with no-engine.
authorAndy Polyakov <appro@openssl.org>
Thu, 26 Apr 2018 17:22:30 +0000 (19:22 +0200)
committerAndy Polyakov <appro@openssl.org>
Sun, 29 Apr 2018 19:39:00 +0000 (21:39 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/6106)

Configurations/unix-Makefile.tmpl

index 799eaa88059265aec2397b8b2ab573f4701c3422..44512320464592767a698fe11f832a9c34bb4ba9 100644 (file)
@@ -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(); } "" -}