In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/a5a49cbf4d6eb36d453c1c5eb58984d66bb4b45e?hp=cfc6b1ed3a0eabcc03845bd71d4357d9c62155b6>
- Log ----------------------------------------------------------------- commit a5a49cbf4d6eb36d453c1c5eb58984d66bb4b45e Author: Jarkko Hietaniemi <[email protected]> Date: Mon Jul 28 19:30:13 2014 -0400 Revert part of b844a53a to fix ./perl -Ilib t/io/fs.t The temps are created in t, but $ENV{PWD} points to root. The change was made for Android support, but is now obsoleted by newer code for Android, just below. ----------------------------------------------------------------------- Summary of changes: t/io/fs.t | 3 --- 1 file changed, 3 deletions(-) diff --git a/t/io/fs.t b/t/io/fs.t index 5e82b45..0d3f435 100644 --- a/t/io/fs.t +++ b/t/io/fs.t @@ -16,9 +16,6 @@ if (($^O eq 'MSWin32') || ($^O eq 'NetWare')) { elsif ($^O eq 'VMS') { $wd = `show default`; } -elsif ($ENV{PWD}) { - $wd = $ENV{PWD}; -} elsif ( $^O =~ /android/ || $^O eq 'nto' ) { # On Android and Blackberry 10, pwd is a shell builtin, so plain `pwd` # won't cut it -- Perl5 Master Repository
