summaryrefslogtreecommitdiff
path: root/tests/tail-2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2')
-rwxr-xr-xtests/tail-2/append-only2
-rwxr-xr-xtests/tail-2/assert2
-rwxr-xr-xtests/tail-2/assert-22
-rwxr-xr-xtests/tail-2/big-4gb2
-rwxr-xr-xtests/tail-2/infloop-12
-rwxr-xr-xtests/tail-2/proc-ksyms2
-rwxr-xr-xtests/tail-2/start-middle2
-rwxr-xr-xtests/tail-2/tail-n0f2
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/tail-2/append-only b/tests/tail-2/append-only
index e061b125e..fc761006b 100755
--- a/tests/tail-2/append-only
+++ b/tests/tail-2/append-only
@@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then
tail --version
fi
-. $top_srcdir/tests/test-lib.sh
+. $srcdir/test-lib.sh
require_root_
chattr_a_works=1
diff --git a/tests/tail-2/assert b/tests/tail-2/assert
index 88371c2d1..309d12d8d 100755
--- a/tests/tail-2/assert
+++ b/tests/tail-2/assert
@@ -29,7 +29,7 @@ if test "$VERBOSE" = yes; then
fi
# Not "expensive" per se, but sleeping for so long is annoying.
-. $top_srcdir/tests/test-lib.sh
+. $srcdir/test-lib.sh
very_expensive_
ok='ok ok ok'
diff --git a/tests/tail-2/assert-2 b/tests/tail-2/assert-2
index 4cfd6fbb2..4c6f4a9f3 100755
--- a/tests/tail-2/assert-2
+++ b/tests/tail-2/assert-2
@@ -24,7 +24,7 @@ if test "$VERBOSE" = yes; then
fi
# Not "expensive" per se, but sleeping for so long is annoying.
-. $top_srcdir/tests/test-lib.sh
+. $srcdir/test-lib.sh
very_expensive_
ok='ok ok ok'
diff --git a/tests/tail-2/big-4gb b/tests/tail-2/big-4gb
index 8b64c6ef7..b362aeb3d 100755
--- a/tests/tail-2/big-4gb
+++ b/tests/tail-2/big-4gb
@@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then
tail --version
fi
-. $top_srcdir/tests/test-lib.sh
+. $srcdir/test-lib.sh
expensive_
# Create a file of size exactly 4GB (2^32) with 8 bytes
diff --git a/tests/tail-2/infloop-1 b/tests/tail-2/infloop-1
index 4015fcb06..c18c3e670 100755
--- a/tests/tail-2/infloop-1
+++ b/tests/tail-2/infloop-1
@@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then
tail --version
fi
-. $top_srcdir/tests/test-lib.sh
+. $srcdir/test-lib.sh
yes > t &
yes_pid=$!
diff --git a/tests/tail-2/proc-ksyms b/tests/tail-2/proc-ksyms
index ccd4fdccc..84566b542 100755
--- a/tests/tail-2/proc-ksyms
+++ b/tests/tail-2/proc-ksyms
@@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then
tail --version
fi
-. $top_srcdir/tests/test-lib.sh
+. $srcdir/test-lib.sh
fail=0
diff --git a/tests/tail-2/start-middle b/tests/tail-2/start-middle
index d11eaec60..3151e9d09 100755
--- a/tests/tail-2/start-middle
+++ b/tests/tail-2/start-middle
@@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then
tail --version
fi
-. $top_srcdir/tests/test-lib.sh
+. $srcdir/test-lib.sh
(echo 1; echo 2) > k || framework_failure
diff --git a/tests/tail-2/tail-n0f b/tests/tail-2/tail-n0f
index c07b30c49..4a22541d8 100755
--- a/tests/tail-2/tail-n0f
+++ b/tests/tail-2/tail-n0f
@@ -26,7 +26,7 @@ if test "$VERBOSE" = yes; then
tail --version
fi
-. $top_srcdir/tests/test-lib.sh
+. $srcdir/test-lib.sh
sleep 2 &
pid=$!