Update copyright year
[openssl.git] / test / recipes / 03-test_internal_x509.t
index 2f6402cac84849101f98bbefe7392b2176fae4c1..972ff65fc4b5b540a888d9aba3ed6afee7b44d2b 100644 (file)
@@ -1,5 +1,5 @@
 #! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
+# Copyright 2015-2018 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
@@ -11,7 +11,6 @@ use OpenSSL::Test;              # get 'plan'
 use OpenSSL::Test::Simple;
 use OpenSSL::Test::Utils;
 
-plan skip_all => "This test is unsupported in a shared library build on Windows"
-    if $^O eq 'MSWin32' && !disabled("shared");
+setup("test_internal_x509");
 
 simple_test("test_internal_x509", "x509_internal_test");