summaryrefslogtreecommitdiffstats
path: root/test/recipes/80-test_dane.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/80-test_dane.t')
-rw-r--r--test/recipes/80-test_dane.t6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/recipes/80-test_dane.t b/test/recipes/80-test_dane.t
index e0aa524250..6436735a9b 100644
--- a/test/recipes/80-test_dane.t
+++ b/test/recipes/80-test_dane.t
@@ -2,7 +2,7 @@
use strict;
use warnings;
-use OpenSSL::Test qw/:DEFAULT top_dir top_file/;
+use OpenSSL::Test qw/:DEFAULT srctop_file/;
use OpenSSL::Test::Utils;
setup("test_dane");
@@ -13,5 +13,5 @@ plan skip_all => "test_dane uses ec which is not supported by this OpenSSL build
plan tests => 1; # The number of tests being performed
ok(run(test(["danetest", "example.com",
- top_file("test", "danetest.pem"),
- top_file("test", "danetest.in")])), "dane tests");
+ srctop_file("test", "danetest.pem"),
+ srctop_file("test", "danetest.in")])), "dane tests");