diff options
Diffstat (limited to 'tests/chown/deref')
-rwxr-xr-x | tests/chown/deref | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/chown/deref b/tests/chown/deref index 74684fe6a..be557e1ce 100755 --- a/tests/chown/deref +++ b/tests/chown/deref @@ -2,7 +2,7 @@ # For coreutils-5.2.1 and earlier, chown --dereference would skip # symlinks having owner/group matching the specified owner/group. -# Copyright (C) 2004, 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 2004, 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,8 +22,8 @@ if test "$VERBOSE" = yes; then chown --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh ln -s no-such dangle || framework_failure |