summaryrefslogtreecommitdiffstats
path: root/test/recipes/65-test_cmp_ctx.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/65-test_cmp_ctx.t')
-rw-r--r--test/recipes/65-test_cmp_ctx.t6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/recipes/65-test_cmp_ctx.t b/test/recipes/65-test_cmp_ctx.t
index 93f26ea994..069c0e660b 100644
--- a/test/recipes/65-test_cmp_ctx.t
+++ b/test/recipes/65-test_cmp_ctx.t
@@ -10,7 +10,7 @@
use strict;
-use OpenSSL::Test; # get 'plan'
+use OpenSSL::Test qw/:DEFAULT srctop_file/;
use OpenSSL::Test::Simple;
use OpenSSL::Test::Utils;
@@ -19,4 +19,6 @@ setup("test_cmp_ctx");
plan skip_all => "This test is not supported in a no-cmp build"
if disabled("cmp");
-simple_test("test_cmp_ctx", "cmp_ctx_test", "cmp_ctx");
+plan tests => 1;
+
+ok(run(test(["cmp_ctx_test", srctop_file("test", "certs", "ee-cert.pem")])));