diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-11-29 17:05:11 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-30 13:59:18 +0000 |
commit | 1b24ed4b35a915c6e59d3fc62a8dd13d3947354a (patch) | |
tree | 1d8982db331400bb713770eca6dc989a6e471779 /vms | |
parent | 2a204b451f774baa0cfb5a7a330513820530f0bf (diff) | |
download | perl-1b24ed4b35a915c6e59d3fc62a8dd13d3947354a.tar.gz |
-P on VMS. Evicting sed
Message-ID: <20011129220510.A18869@blackrider>
TODO 1: if cppstdin is used and not yet installed,
the Px.t will fail (must do the same as in cpp.t)
TODO 2: does this work if no Perl whatsoever has
yet been installed? That is, we should be using
the Perl we are building to execute the one-liner.
p4raw-id: //depot/perl@13383
Diffstat (limited to 'vms')
-rw-r--r-- | vms/test.com | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vms/test.com b/vms/test.com index f71e2435da..11f6a30afd 100644 --- a/vms/test.com +++ b/vms/test.com @@ -114,9 +114,7 @@ $ Deck/Dollar=$$END-OF-TEST$$ use Config; use File::Spec; -@compexcl=('cpp.t'); -@opexcl=('die_exit.t','exec.t','stat.t'); -@exclist=(@compexcl,@libexcl,@opexcl); +@exclist=('exec.t','stat.t'); foreach $file (@exclist) { $skip{$file}++; } $| = 1; |