diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-14 00:52:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-02-14 00:52:17 +0000 |
commit | b17fe6e572cf341e620c89fc18fb670ef7f916a6 (patch) | |
tree | 0f36b3f5c9025b2d3b30683ab3ff6101a5cda843 /t | |
parent | aa4575bf4ce4d2fd206049550c639de7bbca57c4 (diff) | |
parent | b796b44505ce0254194b536d877a8bf6dbdda0da (diff) | |
download | perl-b17fe6e572cf341e620c89fc18fb670ef7f916a6.tar.gz |
[win32] integrate mainline
p4raw-id: //depot/win32/perl@523
Diffstat (limited to 't')
-rwxr-xr-x | t/op/magic.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/op/magic.t b/t/op/magic.t index ace49b546d..ab23d84cc5 100755 --- a/t/op/magic.t +++ b/t/op/magic.t @@ -109,7 +109,7 @@ ok 18, $$ > 0, $$; # $^X and $0 { if ($^O eq 'qnx') { - chomp($wd = `pwd`); + chomp($wd = `/usr/bin/fullpath -t`); } else { $wd = '.'; |