]> www.wagner.pp.ru Git - openssl-gost/engine.git/blobdiff - test/01-digest.t
allow OPENSSL_ENGINES to be specified explicitly
[openssl-gost/engine.git] / test / 01-digest.t
index cea8358a47c979f3b9b44c76c981d28919a92442..3838fd203763065a22cb4643c45b9c1fda9da2c5 100644 (file)
@@ -2,8 +2,10 @@
 use Test::More tests => 16;
 use Cwd 'abs_path';
 
-# Set OPENSSL_ENGINES environment variable to just build engine
-$ENV{'OPENSSL_ENGINES'} = abs_path("../.libs");
+# Set OPENSSL_ENGINES environment variable to just built engine
+if(!defined $ENV{'OPENSSL_ENGINES'}){
+        $ENV{'OPENSSL_ENGINES'} = abs_path("../.libs");
+}
 # Set engine name from environment to allow testing of different engines
 $engine=$ENV{'ENGINE_NAME'}||"gost";
 # Reopen STDERR to eliminate extra output