diff options
Diffstat (limited to 'tests/chgrp/recurse')
-rwxr-xr-x | tests/chgrp/recurse | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/chgrp/recurse b/tests/chgrp/recurse index a0cacd645..4ae30f969 100755 --- a/tests/chgrp/recurse +++ b/tests/chgrp/recurse @@ -1,7 +1,7 @@ #!/bin/sh # ad-hoc tests of chgrp with -R and -H or -L and symlinks -# Copyright (C) 2000, 2003-2007 Free Software Foundation, Inc. +# Copyright (C) 2000, 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,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 g1=$1 |