diff options
Diffstat (limited to 'tests/tail-2/big-4gb')
-rwxr-xr-x | tests/tail-2/big-4gb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/tail-2/big-4gb b/tests/tail-2/big-4gb index 27319f98c..b7d25289c 100755 --- a/tests/tail-2/big-4gb +++ b/tests/tail-2/big-4gb @@ -2,7 +2,7 @@ # Demonstrate a bug in `tail -cN' when operating on files of size 4G and larger # Fixed in coreutils-4.5.2. -# Copyright (C) 2002, 2003, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 2002, 2003, 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,8 +22,8 @@ if test "$VERBOSE" = yes; then tail --version fi -. $srcdir/../expensive -. $srcdir/../test-lib.sh +. $top_srcdir/tests/expensive +. $top_srcdir/tests/test-lib.sh # Create a file of size exactly 4GB (2^32) with 8 bytes # at the beginning and another set of 8 bytes at the end. |