aboutsummaryrefslogtreecommitdiff
path: root/test/01-digest.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/01-digest.t')
-rw-r--r--test/01-digest.t6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/01-digest.t b/test/01-digest.t
index cea8358..3838fd2 100644
--- a/test/01-digest.t
+++ b/test/01-digest.t
@@ -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