diff options
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 = '.'; |