diff options
Diffstat (limited to 'tests/tail-2/append-only')
-rwxr-xr-x | tests/tail-2/append-only | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tail-2/append-only b/tests/tail-2/append-only index 615401874..e061b125e 100755 --- a/tests/tail-2/append-only +++ b/tests/tail-2/append-only @@ -2,7 +2,7 @@ # Ensure that tail -f works on an append-only file # Requires root access to do chattr +a, as well as an ext[23] or xfs file system -# Copyright (C) 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 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 require_root_ chattr_a_works=1 |