summaryrefslogtreecommitdiffstats
path: root/test/recipes/10-test_bn.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/10-test_bn.t')
-rw-r--r--test/recipes/10-test_bn.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/10-test_bn.t b/test/recipes/10-test_bn.t
index f5c3fb14eb..a663009ce9 100644
--- a/test/recipes/10-test_bn.t
+++ b/test/recipes/10-test_bn.t
@@ -12,7 +12,7 @@ use warnings;
use Math::BigInt;
-use OpenSSL::Test qw/:DEFAULT srctop_file/;
+use OpenSSL::Test qw/:DEFAULT data_file/;
setup("test_bn");
@@ -22,7 +22,7 @@ my @files = (
plan tests => 1 + scalar(@files);
foreach my $f ( @files ) {
- ok(run(test(["bntest", srctop_file("test", $f)])),
+ ok(run(test(["bntest", data_file($f)])),
"running bntest $f");
}
ok(run(test(["bntest"])), "running bntest");