diff options
Diffstat (limited to 'dist/IO/t/cachepropagate-unix.t')
-rw-r--r-- | dist/IO/t/cachepropagate-unix.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/IO/t/cachepropagate-unix.t b/dist/IO/t/cachepropagate-unix.t index c336a73c69..42a8dc8b64 100644 --- a/dist/IO/t/cachepropagate-unix.t +++ b/dist/IO/t/cachepropagate-unix.t @@ -12,7 +12,7 @@ use Config; use Test::More; plan skip_all => "UNIX domain sockets not implemented on $^O" - if ($^O =~ m/^(?:qnx|nto|vos|MSWin32)$/); + if ($^O =~ m/^(?:qnx|nto|vos|MSWin32|VMS)$/); plan tests => 15; |