Allow TLSv1.3 in a no-ec build
[openssl.git] / test / recipes / 05-test_hmac.t
index 17fdf77aa8a3acc9be97c6477a3dfa73f18210b9..b93d5a44255470daad64194fc02273a93dd903f1 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 Apache License 2.0 (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_hmac");
-
-plan tests => 1;
-ok(run(test(["hmactest"])), "running hmactest");
+simple_test("test_hmac", "hmactest");