aboutsummaryrefslogtreecommitdiff
path: root/test/04-pkey.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/04-pkey.t')
-rw-r--r--test/04-pkey.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/04-pkey.t b/test/04-pkey.t
index 84ae81e..fec5f00 100644
--- a/test/04-pkey.t
+++ b/test/04-pkey.t
@@ -13,7 +13,7 @@ $use_config = 1;
# Set OPENSSL_ENGINES environment variable to just built engine
if(!defined $ENV{'OPENSSL_ENGINES'}){
- $ENV{'OPENSSL_ENGINES'} = abs_path("../.libs");
+ $ENV{'OPENSSL_ENGINES'} = abs_path("../bin");
}
$engine=$ENV{'ENGINE_NAME'}||"gost";