diff options
author | Craig A. Berry <craigberry@mac.com> | 2006-01-13 01:12:44 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2006-01-13 01:12:44 +0000 |
commit | 1dd9167a996be5f22bc74d6a8c46a12917e4817f (patch) | |
tree | bf6999933b7e828fc74c5b2c73c94763be1258bd /lib/ExtUtils/t/basic.t | |
parent | 90851df92fb26217b0f1c0286baca234cc285e52 (diff) | |
download | perl-1dd9167a996be5f22bc74d6a8c46a12917e4817f.tar.gz |
Assorted VMS-only MakeMaker fixes for blead
p4raw-id: //depot/perl@26813
Diffstat (limited to 'lib/ExtUtils/t/basic.t')
-rw-r--r-- | lib/ExtUtils/t/basic.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ExtUtils/t/basic.t b/lib/ExtUtils/t/basic.t index cf6701c8e1..2788b6eaf9 100644 --- a/lib/ExtUtils/t/basic.t +++ b/lib/ExtUtils/t/basic.t @@ -30,6 +30,9 @@ delete @ENV{qw(PREFIX LIB MAKEFLAGS MAKE_JOBS_FIFO)}; my $perl = which_perl(); my $Is_VMS = $^O eq 'VMS'; +# GNV logical interferes with testing +$ENV{'bin'} = '[.bin]' if $Is_VMS; + chdir 't'; perl_lib; |