diff options
author | Norton T. Allen <allen@huarp.harvard.edu> | 1998-02-12 08:40:56 -0500 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-13 16:55:33 +0000 |
commit | 7fbf1995491e949f272b62425198e9acc037df4d (patch) | |
tree | 16b3ac264128d6a1538ed680cc51ed114e7e7268 /t | |
parent | f3dc24a506bc9f8ad2439e198f72ce34fb1c42b0 (diff) | |
download | perl-7fbf1995491e949f272b62425198e9acc037df4d.tar.gz |
5.004_58 QNX getcwd
p4raw-id: //depot/perl@516
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 = '.'; |