diff options
author | Craig A. Berry <craigberry@mac.com> | 2007-02-27 01:41:31 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2007-02-27 01:41:31 +0000 |
commit | 31e425b528289c85eb7eb80e544f17c0415e7405 (patch) | |
tree | c2a1e9c872b07111601e701326ecb89748869735 /vms/descrip_mms.template | |
parent | 3b57cd4384c4b5a2edd2c729f56fa95b0f14809d (diff) | |
download | perl-31e425b528289c85eb7eb80e544f17c0415e7405.tar.gz |
On VMS, use the normal executable file extension for the copy of
Perl used to run the test suite. Not doing so was confusing
some of the Module::Build tests.
p4raw-id: //depot/perl@30414
Diffstat (limited to 'vms/descrip_mms.template')
-rw-r--r-- | vms/descrip_mms.template | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vms/descrip_mms.template b/vms/descrip_mms.template index 1ab9eb8cd1..531039f627 100644 --- a/vms/descrip_mms.template +++ b/vms/descrip_mms.template @@ -1717,9 +1717,8 @@ cleanlis : - If F$Search("*.Map").nes."" Then Delete/NoConfirm/Log *.Map;* cleantest : - - If F$Search("[.t]Perl.").nes."" Then Delete/NoConfirm/Log [.t]Perl.;* + - If F$Search("[.t]Perl$(E)").nes."" Then Delete/NoConfirm/Log [.t]Perl$(E);* - If F$Search("[.t]VMSPIPE.COM").nes."" Then Delete/NoConfirm/Log [.t]VMSPIPE.COM;* - - If F$Search("[.t]Echo.exe").nes."" Then Delete/NoConfirm/Log [.t]Echo.exe;* tidy : cleanlis - If F$Search("[...]*.Opt;-1").nes."" Then Purge/NoConfirm/Log [...]*.Opt |