diff options
Diffstat (limited to 'ext/Cwd/t/cwd.t')
-rw-r--r-- | ext/Cwd/t/cwd.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Cwd/t/cwd.t b/ext/Cwd/t/cwd.t index 88a1b9477e..8fc61b85fa 100644 --- a/ext/Cwd/t/cwd.t +++ b/ext/Cwd/t/cwd.t @@ -31,7 +31,7 @@ eval { fastcwd }; my $pwd_cmd = ($^O eq "MSWin32" || $^O eq "NetWare") ? "cd" : - (grep { -x && -f } map { "$_/pwd" } + (grep { -x && -f } map { "$_/pwd$Config{exe_ext}" } split m/$Config{path_sep}/, $ENV{PATH})[0]; $pwd_cmd = 'SHOW DEFAULT' if $IsVMS; |