diff options
-rw-r--r-- | t/op/sigdispatch.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/sigdispatch.t b/t/op/sigdispatch.t index 2e36a84249..c61a5dcb21 100644 --- a/t/op/sigdispatch.t +++ b/t/op/sigdispatch.t @@ -95,7 +95,7 @@ TODO: SKIP: { skip("alarm cannot interrupt blocking system calls on $^O", 2) - if $^O eq 'MSWin32'; + if ($^O eq 'MSWin32' || $^O eq 'VMS'); # RT #88774 # make sure the signal handler's called in an eval block *before* # the eval is popped |