summaryrefslogtreecommitdiff
path: root/tests/tail-2/infloop-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tail-2/infloop-1')
-rwxr-xr-xtests/tail-2/infloop-14
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tail-2/infloop-1 b/tests/tail-2/infloop-1
index eb95ea090..4015fcb06 100755
--- a/tests/tail-2/infloop-1
+++ b/tests/tail-2/infloop-1
@@ -1,7 +1,7 @@
#!/bin/sh
# This test would fail with tail from pre-1.22i textutils.
-# Copyright (C) 1999, 2002, 2006-2007 Free Software Foundation, Inc.
+# Copyright (C) 1999, 2002, 2006-2008 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
@@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then
tail --version
fi
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/test-lib.sh
yes > t &
yes_pid=$!