diff options
Diffstat (limited to 'tests/du/one-file-system')
-rwxr-xr-x | tests/du/one-file-system | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/one-file-system b/tests/du/one-file-system index 244887152..fd2695631 100755 --- a/tests/du/one-file-system +++ b/tests/du/one-file-system @@ -2,7 +2,7 @@ # Test for a bug in fts's handling of FTS_XDEV, the flag behind # du's --one-file-system (-x) option. -# 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 du --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh mkdir -p b/c y/z || framework_failure |