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