Fix no-dtls*
[oweals/openssl.git] / test / recipes / 05-test_sha512.t
index 9c9bc18b4d857d10418b02181f541b36f60c9cf7..4ce585ce9b5c6fd66633c7333f102d8fc78c7db1 100644 (file)
@@ -1,12 +1,12 @@
-#! /usr/bin/perl
+#! /usr/bin/env perl
+# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+#
+# Licensed under the OpenSSL license (the "License").  You may not use
+# this file except in compliance with the License.  You can obtain a copy
+# in the file LICENSE in the source distribution or at
+# https://www.openssl.org/source/license.html
 
-use strict;
-use warnings;
 
-use Test::More;
-use OpenSSL::Test;
+use OpenSSL::Test::Simple;
 
-setup("test_sha512");
-
-plan tests => 1;
-ok(run(test(["sha512t"])), "running sha512t");
+simple_test("test_sha512", "sha512t", "sha");