summaryrefslogtreecommitdiffstats
path: root/test/recipes/30-test_afalg.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/30-test_afalg.t')
-rw-r--r--test/recipes/30-test_afalg.t4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/recipes/30-test_afalg.t b/test/recipes/30-test_afalg.t
index 363f4d4c0b..98ffc9908c 100644
--- a/test/recipes/30-test_afalg.t
+++ b/test/recipes/30-test_afalg.t
@@ -7,7 +7,7 @@
# https://www.openssl.org/source/license.html
use strict;
-use OpenSSL::Test qw/:DEFAULT bldtop_dir/;
+use OpenSSL::Test qw/:DEFAULT/;
use OpenSSL::Test::Utils;
my $test_name = "test_afalg";
@@ -18,6 +18,4 @@ plan skip_all => "$test_name not supported for this build"
plan tests => 1;
-$ENV{OPENSSL_ENGINES} = bldtop_dir("engines");
-
ok(run(test(["afalgtest"])), "running afalgtest");