summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-02-14 00:52:17 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-02-14 00:52:17 +0000
commitb17fe6e572cf341e620c89fc18fb670ef7f916a6 (patch)
tree0f36b3f5c9025b2d3b30683ab3ff6101a5cda843 /t
parentaa4575bf4ce4d2fd206049550c639de7bbca57c4 (diff)
parentb796b44505ce0254194b536d877a8bf6dbdda0da (diff)
downloadperl-b17fe6e572cf341e620c89fc18fb670ef7f916a6.tar.gz
[win32] integrate mainline
p4raw-id: //depot/win32/perl@523
Diffstat (limited to 't')
-rwxr-xr-xt/op/magic.t2
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 = '.';