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 | 7d932aad28c4908d05dbf4a2f3482f7c2445c3bf (patch) | |
tree | 24c9f9574982a8f97cf2eeb7f02305795049b119 /vms/test.com | |
parent | a11ec5a9742ba7c7b0571f3f33d5d0663ab1f98e (diff) | |
download | perl-7d932aad28c4908d05dbf4a2f3482f7c2445c3bf.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', |