diff options
Diffstat (limited to 'tests/du/long-from-unreadable')
-rwxr-xr-x | tests/du/long-from-unreadable | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/long-from-unreadable b/tests/du/long-from-unreadable index cdc81dc3f..1e20bb324 100755 --- a/tests/du/long-from-unreadable +++ b/tests/du/long-from-unreadable @@ -1,7 +1,7 @@ #!/bin/sh # Show fts fails on old-fashioned systems. -# 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 @@ -33,7 +33,7 @@ if test "$VERBOSE" = yes; then du --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh proc_file=/proc/self/fd if test ! -d $proc_file; then |