X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=test%2Frecipes%2F70-test_sslsignature.t;h=a7d33503ed5124603dd88ca84b546c6be72f9b30;hb=7d40faca54e64e9c6efa48c6d11e46d3037121c4;hp=78928234067a62ed9ca027c9954cedbd7655c08b;hpb=928933f92fa214fb8b4f9bbcd242ad2c3d16d46f;p=openssl.git diff --git a/test/recipes/70-test_sslsignature.t b/test/recipes/70-test_sslsignature.t old mode 100755 new mode 100644 index 7892823406..a7d33503ed --- a/test/recipes/70-test_sslsignature.t +++ b/test/recipes/70-test_sslsignature.t @@ -1,7 +1,7 @@ #! /usr/bin/env perl -# Copyright 2016 The OpenSSL Project Authors. All Rights Reserved. +# Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved. # -# Licensed under the OpenSSL license (the "License"). You may not use +# 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 @@ -15,7 +15,7 @@ my $test_name = "test_sslsignature"; setup($test_name); plan skip_all => "TLSProxy isn't usable on $^O" - if $^O =~ /^(VMS|MSWin32)$/; + if $^O =~ /^(VMS)$/; plan skip_all => "$test_name needs the dynamic engine feature enabled" if disabled("engine") || disabled("dynamic-engine");