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 /t/comp/cpp.t | |
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 't/comp/cpp.t')
-rwxr-xr-x | t/comp/cpp.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/comp/cpp.t b/t/comp/cpp.t index cb8df50811..e80ce33f2d 100755 --- a/t/comp/cpp.t +++ b/t/comp/cpp.t @@ -15,4 +15,4 @@ if ( $^O eq 'MSWin32' or $^O eq 'MacOS' or exit; # Cannot test till after install, alas. } -system "./perl -P comp/cpp.aux" +system qq{$^X -"P" "comp/cpp.aux"}; |