diff options
Diffstat (limited to 'tests/chgrp/default-no-deref')
-rwxr-xr-x | tests/chgrp/default-no-deref | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/chgrp/default-no-deref b/tests/chgrp/default-no-deref index e7239d52d..e1f711d7c 100755 --- a/tests/chgrp/default-no-deref +++ b/tests/chgrp/default-no-deref @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that chgrp -R does not dereference symlinks. -# 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 @@ -21,8 +21,8 @@ if test "$VERBOSE" = yes; then chgrp --version fi -. $srcdir/../group-names -. $srcdir/../test-lib.sh +. $top_srcdir/tests/group-names +. $top_srcdir/tests/test-lib.sh set _ $groups; shift g2=$2 |