summaryrefslogtreecommitdiff
path: root/tests/readlink
diff options
context:
space:
mode:
Diffstat (limited to 'tests/readlink')
-rwxr-xr-xtests/readlink/can-e2
-rwxr-xr-xtests/readlink/can-f2
-rwxr-xr-xtests/readlink/can-m2
-rwxr-xr-xtests/readlink/rl-12
4 files changed, 4 insertions, 4 deletions
diff --git a/tests/readlink/can-e b/tests/readlink/can-e
index 500bbc582..72c2c5cd3 100755
--- a/tests/readlink/can-e
+++ b/tests/readlink/can-e
@@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then
readlink --version
fi
-. $top_srcdir/tests/test-lib.sh
+. $srcdir/test-lib.sh
pwd=`pwd`
my_pwd=$("$abs_top_builddir/src/pwd")
diff --git a/tests/readlink/can-f b/tests/readlink/can-f
index 3ddfb8dbc..67f84b92f 100755
--- a/tests/readlink/can-f
+++ b/tests/readlink/can-f
@@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then
readlink --version
fi
-. $top_srcdir/tests/test-lib.sh
+. $srcdir/test-lib.sh
pwd=`pwd`
my_pwd=$("$abs_top_builddir/src/pwd")
diff --git a/tests/readlink/can-m b/tests/readlink/can-m
index e6a3e7589..24f98c985 100755
--- a/tests/readlink/can-m
+++ b/tests/readlink/can-m
@@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then
readlink --version
fi
-. $top_srcdir/tests/test-lib.sh
+. $srcdir/test-lib.sh
pwd=`pwd`
my_pwd=$("$abs_top_builddir/src/pwd")
diff --git a/tests/readlink/rl-1 b/tests/readlink/rl-1
index c2fbcd4d5..91401b0f4 100755
--- a/tests/readlink/rl-1
+++ b/tests/readlink/rl-1
@@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then
readlink --version
fi
-. $top_srcdir/tests/test-lib.sh
+. $srcdir/test-lib.sh
mkdir subdir || framework_failure
touch regfile || framework_failure