X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Frecipes%2F05-test_rc2.t;h=77d9382997a3a8b388281b3e1c0946b003b2f6c2;hb=48c1e15ceb2252e65ba63f93a7bf39c1d368f38f;hp=056067faedf92b2cc4cdc652f5b68ffa303121e2;hpb=894025c6428e7a78fb251e7a16522c3b7351f357;p=oweals%2Fopenssl.git diff --git a/test/recipes/05-test_rc2.t b/test/recipes/05-test_rc2.t index 056067faed..77d9382997 100644 --- a/test/recipes/05-test_rc2.t +++ b/test/recipes/05-test_rc2.t @@ -1,12 +1,11 @@ -#! /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 OpenSSL::Test::Simple; -use Test::More; -use OpenSSL::Test; - -setup("test_rc2"); - -plan tests => 1; -ok(run(test(["rc2test"])), "running rc2test"); +simple_test("test_rc2", "rc2test", "rc2");