X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=test%2Frecipes%2F90-test_srp.t;h=7026c358a50afdd02b87dd0941b83a5df554f39b;hp=6be2c39ff1b3e26e364853d80dea5609db402d0f;hb=e70656cf1c9e886344913444fe2f3a0b7d3721a9;hpb=93de4f58ef8be2cb764343cb3102d41c81f11593 diff --git a/test/recipes/90-test_srp.t b/test/recipes/90-test_srp.t index 6be2c39ff1..7026c358a5 100644 --- a/test/recipes/90-test_srp.t +++ b/test/recipes/90-test_srp.t @@ -1,5 +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 OpenSSL::Test::Simple; -simple_test("test_srp", "srptest"); +simple_test("test_srp", "srptest", "srp");