diff options
Diffstat (limited to 'tests/du/exclude')
-rwxr-xr-x | tests/du/exclude | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/exclude b/tests/du/exclude index 7e4805157..73a0c5bde 100755 --- a/tests/du/exclude +++ b/tests/du/exclude @@ -1,7 +1,7 @@ #!/bin/sh # make sure du's --exclude option works -# Copyright (C) 2003-2007 Free Software Foundation, Inc. +# Copyright (C) 2003-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 @@ -21,7 +21,7 @@ if test "$VERBOSE" = yes; then du --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh mkdir -p a/b/c a/x/y a/u/v || framework_failure |