aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/60-test_x509_req.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/60-test_x509_req.t')
-rw-r--r--test/recipes/60-test_x509_req.t11
1 files changed, 9 insertions, 2 deletions
diff --git a/test/recipes/60-test_x509_req.t b/test/recipes/60-test_x509_req.t
index 5f8b664..362a148 100644
--- a/test/recipes/60-test_x509_req.t
+++ b/test/recipes/60-test_x509_req.t
@@ -6,6 +6,13 @@
# in the file LICENSE in the source distribution or at
# https://www.openssl.org/source/license.html
-use OpenSSL::Test::Simple;
+use OpenSSL::Test::Utils;
+use OpenSSL::Test qw/:DEFAULT srctop_dir/;
-simple_test("test_x509_req_test", "x509_req_test", "x509_req");
+BEGIN {
+ setup("test_x509_req");
+}
+
+plan tests => 1;
+
+ok(run(test(["x509_req_test", srctop_dir("test", "certs")])), "running x509_req_test");