summaryrefslogtreecommitdiff
path: root/vms/test.com
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-11-13 15:27:02 -0500
committerAbhijit Menon-Sen <ams@wiw.org>2001-11-14 00:32:15 +0000
commitd846159b81787f5fc74fca330a8e798f991673bd (patch)
treec340c308b935bbc86abf5f17051421839b17a61a /vms/test.com
parent76e05f0bd47af4428397c7a14b305d334a95c418 (diff)
downloadperl-d846159b81787f5fc74fca330a8e798f991673bd.tar.gz
VMS fixups for IO::* tests
Message-Id: <20011113202702.D32567@blackrider> p4raw-id: //depot/perl@12984
Diffstat (limited to 'vms/test.com')
-rw-r--r--vms/test.com8
1 files changed, 1 insertions, 7 deletions
diff --git a/vms/test.com b/vms/test.com
index 62532f5d6f..ac63c22c17 100644
--- a/vms/test.com
+++ b/vms/test.com
@@ -115,13 +115,7 @@ use Config;
use File::Spec;
@compexcl=('cpp.t');
-@libexcl=('io_pipe.t', 'io_poll.t', 'io_sel.t',
- 'io_sock.t', 'io_unix.t');
-
-# io_xs.t tests the new_tmpfile routine, which doesn't work with the
-# VAXCRTL, since the file can't be stat()d, an Perl's do_open()
-# insists on stat()ing a file descriptor before it'll use it.
-push(@libexcl,'io_xs.t') if $Config{'vms_cc_type'} ne 'decc';
+@libexcl=('io_sel.t');
@opexcl=('die_exit.t','exec.t','groups.t','magic.t','stat.t');
@exclist=(@compexcl,@ioexcl,@libexcl,@opexcl);