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