diff options
Diffstat (limited to 'tests/tail-2/start-middle')
| -rwxr-xr-x | tests/tail-2/start-middle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tail-2/start-middle b/tests/tail-2/start-middle index 7e62a4073..d11eaec60 100755 --- a/tests/tail-2/start-middle +++ b/tests/tail-2/start-middle @@ -2,7 +2,7 @@ # Verify that tail works even when it's reading from a file # that is not at its beginning. Based on a report from John Roll. -# Copyright (C) 2001, 2002, 2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2004, 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 @@ -22,7 +22,7 @@ if test "$VERBOSE" = yes; then tail --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh (echo 1; echo 2) > k || framework_failure |
