projects
/
p5sagit/local-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7c0e6b5
)
protect install test from external environment
1.008026
Graham Knop [Wed, 6 Nov 2013 00:00:44 +0000 (19:00 -0500)]
t/install.t
patch
|
blob
|
blame
|
history
diff --git
a/t/install.t
b/t/install.t
index
70e86f4
..
cbceb64
100644
(file)
--- a/
t/install.t
+++ b/
t/install.t
@@
-13,6
+13,13
@@
use lib 't/lib'; use TempDir;
use local::lib ();
+delete @ENV{
+ 'PERL_MM_OPT',
+ 'PERL_MB_OPT',
+ 'PERL_LOCAL_LIB_ROOT',
+ grep /^MAKE/, keys %ENV
+};
+
my @dirs = (
'plain',
'with space',