diff options
author | Charles Bailey <bailey@newman.upenn.edu> | 2000-03-06 05:23:23 +0000 |
---|---|---|
committer | bailey <bailey@newman.upenn.edu> | 2000-03-06 05:23:23 +0000 |
commit | a3960eed058bd30f12706ada9c32571ab1456ee4 (patch) | |
tree | c90413bb27b4d0dcbd49c977c915b2b24ee0c5ff /vms | |
parent | 178326fd1b9de4069eb9c6e8aa69cd11204783ae (diff) | |
download | perl-a3960eed058bd30f12706ada9c32571ab1456ee4.tar.gz |
Skip openpid.t while VMS subprocess intercommunication in flux (several vmsperlers)
p4raw-id: //depot/vmsperl@5573
Diffstat (limited to 'vms')
-rw-r--r-- | vms/test.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/test.com b/vms/test.com index b1d270ddcd..bda5f7d07e 100644 --- a/vms/test.com +++ b/vms/test.com @@ -108,7 +108,7 @@ $ Deck/Dollar=$$END-OF-TEST$$ use Config; @compexcl=('cpp.t'); -@ioexcl=('argv.t','dup.t','fs.t','pipe.t'); +@ioexcl=('argv.t','dup.t','fs.t','pipe.t','openpid.t'); @libexcl=('db-btree.t','db-hash.t','db-recno.t', 'gdbm.t','io_dup.t', 'io_pipe.t', 'io_poll.t', 'io_sel.t', 'io_sock.t', 'io_unix.t', |