aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/05-test_hmac.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/05-test_hmac.t')
-rw-r--r--test/recipes/05-test_hmac.t11
1 files changed, 2 insertions, 9 deletions
diff --git a/test/recipes/05-test_hmac.t b/test/recipes/05-test_hmac.t
index 17fdf77aa8..469d43f14d 100644
--- a/test/recipes/05-test_hmac.t
+++ b/test/recipes/05-test_hmac.t
@@ -1,12 +1,5 @@
#! /usr/bin/perl
-use strict;
-use warnings;
+use OpenSSL::Test::Simple;
-use Test::More;
-use OpenSSL::Test;
-
-setup("test_hmac");
-
-plan tests => 1;
-ok(run(test(["hmactest"])), "running hmactest");
+simple_test("test_hmac", "hmactest", "hmac");