diff options
-rw-r--r-- | ext/DynaLoader/t/DynaLoader.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/DynaLoader/t/DynaLoader.t b/ext/DynaLoader/t/DynaLoader.t index 3ac8d08d35..fe730b92b5 100644 --- a/ext/DynaLoader/t/DynaLoader.t +++ b/ext/DynaLoader/t/DynaLoader.t @@ -112,7 +112,7 @@ SKIP: { # (not at least by that name) that the dl_findfile() # could find. skip( "dl_findfile test not appropriate on $^O", 1 ) - if $^O =~ /(win32|vms|openbsd|bitrig|cygwin|vos)/i; + if $^O =~ /(win32|vms|openbsd|bitrig|cygwin|vos|os390)/i; # Play safe and only try this test if this system # looks pretty much Unix-like. skip( "dl_findfile test not appropriate on $^O", 1 ) |