[perl #116971] avoid feeding utils run by utils.t a bad @INC
authorTony Cook <tony@develop-help.com>
Tue, 14 Jan 2014 04:46:27 +0000 (15:46 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 14 Jan 2014 04:46:27 +0000 (15:46 +1100)
commitb6e1fb883d303e0b054ab2f7475e97020bcfa201
treec3f67b10de764b56470fc0d4f9f61e8bbda092c5
parent564aa3ec835b6ae5b5121062a6b9441bf083ec2b
[perl #116971] avoid feeding utils run by utils.t a bad @INC

the C<< use TestInit qw(T) >> both changes to the build tree root
*and* initializes $ENV{PERL5LIB} to "lib", so there's no need for
runperl() to supply -I.. when testing each tool.
t/porting/utils.t