diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2014-07-28 19:30:13 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2014-07-28 20:51:39 -0400 |
commit | a5a49cbf4d6eb36d453c1c5eb58984d66bb4b45e (patch) | |
tree | 348a520f18f26b97f4b664abf0171e62ed6e49b5 /t/io/fs.t | |
parent | cfc6b1ed3a0eabcc03845bd71d4357d9c62155b6 (diff) | |
download | perl-a5a49cbf4d6eb36d453c1c5eb58984d66bb4b45e.tar.gz |
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.
Diffstat (limited to 't/io/fs.t')
-rw-r--r-- | t/io/fs.t | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |