Configurations/unix-Makefile.tmpl: harmonize with no-engine.
[openssl.git] / 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(); } "" -}