diff options
Diffstat (limited to 'tests/du/2g')
-rwxr-xr-x | tests/du/2g | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/2g b/tests/du/2g index fa20ce983..8479524c0 100755 --- a/tests/du/2g +++ b/tests/du/2g @@ -3,7 +3,7 @@ # Before coreutils-5.93, on systems with a signed, 32-bit stat.st_blocks # one of du's computations would overflow. -# Copyright (C) 2005-2007 Free Software Foundation, Inc. +# Copyright (C) 2005-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 @@ -23,7 +23,7 @@ if test "$VERBOSE" = yes; then du --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh # Creating a 2GB file counts as `very expensive'. very_expensive_ |