diff options
Diffstat (limited to 'tests/du/trailing-slash')
-rwxr-xr-x | tests/du/trailing-slash | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/trailing-slash b/tests/du/trailing-slash index 80ce5ba8d..a3f853682 100755 --- a/tests/du/trailing-slash +++ b/tests/du/trailing-slash @@ -2,7 +2,7 @@ # Ensure that du works properly for an argument that refers to a # symbolic link, and that is specified with a trailing slash. -# Copyright (C) 2002-2007 Free Software Foundation, Inc. +# Copyright (C) 2002-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 @@ -24,7 +24,7 @@ if test "$VERBOSE" = yes; then du --version fi -. $srcdir/../test-lib.sh +. $top_srcdir/tests/test-lib.sh mkdir -p dir/1/2 || framework_failure ln -s dir slink || framework_failure |