diff options
Diffstat (limited to 'tests/readlink/can-f.sh')
-rwxr-xr-x | tests/readlink/can-f.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/readlink/can-f.sh b/tests/readlink/can-f.sh index 2a1021a7..2a980fa8 100755 --- a/tests/readlink/can-f.sh +++ b/tests/readlink/can-f.sh @@ -1,7 +1,7 @@ #!/bin/sh # tests for canonicalize mode (readlink -f). -# Copyright (C) 2004-2013 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ print_ver_ readlink pwd=$(pwd) -my_pwd=$("$abs_top_builddir/src/pwd") +my_pwd=$(env pwd -P) tmp=d mkdir $tmp || framework_failure_ |