Commit b107e7f5 authored by Richard Levitte's avatar Richard Levitte
Browse files

Enable the -out option test on VMS as well

parent f6d76598
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ use OpenSSL::Test::Utils;

setup("test_out_option");

plan skip_all => "'-out' option tests are not available on Windows or VMS"
    if $^O =~ /^(VMS|MSWin32)$/;
plan skip_all => "'-out' option tests are not available on Windows"
    if $^O eq 'MSWin32';

plan tests => 11;