summaryrefslogtreecommitdiff
path: root/t/io/fs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/io/fs.t')
-rw-r--r--t/io/fs.t3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/io/fs.t b/t/io/fs.t
index 5e82b45d0a..0d3f435d6d 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