diff options
Diffstat (limited to 'tests/readlink')
-rwxr-xr-x | tests/readlink/can-e.sh | 2 | ||||
-rwxr-xr-x | tests/readlink/can-f.sh | 2 | ||||
-rwxr-xr-x | tests/readlink/can-m.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/readlink/can-e.sh b/tests/readlink/can-e.sh index 05f297b7c..eb49bc648 100755 --- a/tests/readlink/can-e.sh +++ b/tests/readlink/can-e.sh @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src -print_ver_ readlink +print_ver_ readlink pwd pwd=$(pwd) my_pwd=$(env pwd -P) diff --git a/tests/readlink/can-f.sh b/tests/readlink/can-f.sh index 4b25fc63d..b157bbf6e 100755 --- a/tests/readlink/can-f.sh +++ b/tests/readlink/can-f.sh @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src -print_ver_ readlink +print_ver_ readlink pwd pwd=$(pwd) my_pwd=$(env pwd -P) diff --git a/tests/readlink/can-m.sh b/tests/readlink/can-m.sh index 2eb13565a..0bcbd64a7 100755 --- a/tests/readlink/can-m.sh +++ b/tests/readlink/can-m.sh @@ -17,7 +17,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. . "${srcdir=.}/tests/init.sh"; path_prepend_ ./src -print_ver_ readlink +print_ver_ readlink pwd pwd=$(pwd) my_pwd=$(env pwd -P) |