diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-11-06 21:02:29 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-08 14:28:38 +0000 |
commit | ced9c223d518c7631ddb0282ae2e8cf6f6ace569 (patch) | |
tree | 24c9f9574982a8f97cf2eeb7f02305795049b119 /vms/test.com | |
parent | 3cdaec56cac1e0418cbf8d6bcf571ea71df7e520 (diff) | |
download | perl-ced9c223d518c7631ddb0282ae2e8cf6f6ace569.tar.gz |
Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
Message-ID: <20011107020229.K2858@blackrider>
p4raw-id: //depot/perl@12901
Diffstat (limited to 'vms/test.com')
-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 6720dba357..c9ce2d313a 100644 --- a/vms/test.com +++ b/vms/test.com @@ -115,7 +115,7 @@ use Config; use File::Spec; @compexcl=('cpp.t'); -@ioexcl=('argv.t','dup.t','pipe.t'); +@ioexcl=('dup.t','pipe.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', |