summaryrefslogtreecommitdiff
path: root/ext/IO
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2001-11-18 08:33:48 -0600
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-19 13:50:45 +0000
commit1d2b156ae906ef7a9a997cd88768c12dec800b98 (patch)
tree8a51f2c0efc9c8e478e770a67fa3b55eda0c134e /ext/IO
parent6aa71d6ea27a640886ba2dcf7250d1be73560df8 (diff)
downloadperl-1d2b156ae906ef7a9a997cd88768c12dec800b98.tar.gz
io_poll.t vms/test.com tweaks
Message-Id: <a05101001b81db38899ea@[172.16.52.1]> p4raw-id: //depot/perl@13091
Diffstat (limited to 'ext/IO')
-rwxr-xr-xext/IO/lib/IO/t/io_poll.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IO/lib/IO/t/io_poll.t b/ext/IO/lib/IO/t/io_poll.t
index d31ea47f53..8d157b5e6e 100755
--- a/ext/IO/lib/IO/t/io_poll.t
+++ b/ext/IO/lib/IO/t/io_poll.t
@@ -39,7 +39,7 @@ print "ok 2\n";
$poll->poll(0.1);
-if ($^O eq 'MSWin32' || $^O eq 'NetWare') {
+if ($^O eq 'MSWin32' || $^O eq 'NetWare' || $^O eq 'VMS') {
print "ok 3 # skipped, doesn't work on non-socket fds\n";
print "ok 4 # skipped, doesn't work on non-socket fds\n";
}