summaryrefslogtreecommitdiff
path: root/tests/readlink/can-f
diff options
context:
space:
mode:
Diffstat (limited to 'tests/readlink/can-f')
-rwxr-xr-xtests/readlink/can-f2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/readlink/can-f b/tests/readlink/can-f
index 51ebda88d..c0cf53063 100755
--- a/tests/readlink/can-f
+++ b/tests/readlink/can-f
@@ -31,7 +31,7 @@ trap 'status=$?; (exit $status); exit $status' 1 2 13 15
fail=1
while :; do
bindir=`cd ../../src && pwd`|| break
- my_pwd=`"$bindir"/pwd` || break
+ my_pwd=`"$bindir/pwd"` || break
mkdir -p $tmp || break
cd $tmp || break