diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-11-12 14:35:33 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-11-12 23:54:00 +0000 |
commit | ba553610b80f19edb980ef813a96b79c7b82f9fb (patch) | |
tree | 1ff8790a796ce51dbb3f9966ecb7256afb730fbd /vms | |
parent | 062fc4b49fd93d15ed31f92c13a0423017410c79 (diff) | |
download | perl-ba553610b80f19edb980ef813a96b79c7b82f9fb.tar.gz |
Recoving dup tests for VMS
Message-Id: <20011112193533.D2888@blackrider>
p4raw-id: //depot/perl@12960
Diffstat (limited to 'vms')
-rw-r--r-- | vms/test.com | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vms/test.com b/vms/test.com index e2b9503c96..62532f5d6f 100644 --- a/vms/test.com +++ b/vms/test.com @@ -102,7 +102,7 @@ $ PerlShr_filespec = f$parse("Sys$Disk:[-]''dbg'PerlShr''exe'") $ Define 'dbg'Perlshr 'PerlShr_filespec' $ MCR Sys$Disk:[]Perl. "-I[-.lib]" - "''p3'" "''p4'" "''p5'" "''p6'" $ Deck/Dollar=$$END-OF-TEST$$ -# $RCSfile: test.com,v $$Revision: 1.1 $$Date: 2001/11/07 06:58:50 $ +# $RCSfile: test.com,v $$Revision: 1.1 $$Date: 2001/11/13 00:26:19 $ # Modified for VMS 30-Sep-1994 Charles Bailey bailey@newman.upenn.edu # # This is written in a peculiar style, since we're trying to avoid @@ -115,8 +115,7 @@ use Config; use File::Spec; @compexcl=('cpp.t'); -@ioexcl=('dup.t'); -@libexcl=('io_dup.t', 'io_pipe.t', 'io_poll.t', 'io_sel.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 |