From 2951361e9d8088090b6343434f93a11611bfa748 Mon Sep 17 00:00:00 2001 From: Paul Green Date: Fri, 18 Jan 2002 17:56:00 -0500 Subject: [PATCH] ext/Cwd/t/cwd.t -- for VOS Message-Id: <200201190400.XAA16899@mailhub1.stratus.com> p4raw-id: //depot/perl@14343 --- ext/Cwd/t/cwd.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Cwd/t/cwd.t b/ext/Cwd/t/cwd.t index 88a1b94..8fc61b8 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; -- 2.7.4