summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
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 = '.';