X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=test%2Frecipes%2F05-test_md5.t;h=3af4d5504bfaf43e5428eccbba4cf3f2c54fea6e;hb=b38c43f7bc474c369ed652b19360ec90458be516;hp=4ac49ffb0f6e7f5c02aedbbcbd105d0a7d5cc224;hpb=894025c6428e7a78fb251e7a16522c3b7351f357;p=openssl.git diff --git a/test/recipes/05-test_md5.t b/test/recipes/05-test_md5.t index 4ac49ffb0f..3af4d5504b 100644 --- a/test/recipes/05-test_md5.t +++ b/test/recipes/05-test_md5.t @@ -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_md5"); - -plan tests => 1; -ok(run(test(["md5test"])), "running md5test"); +simple_test("test_md5", "md5test", "md5");