diff options
Diffstat (limited to 'tests/misc/groups-dash')
-rwxr-xr-x | tests/misc/groups-dash | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/misc/groups-dash b/tests/misc/groups-dash index f6dfe6887..e7d7d371f 100755 --- a/tests/misc/groups-dash +++ b/tests/misc/groups-dash @@ -1,7 +1,7 @@ #!/bin/sh # ensure groups handles -- sanely -# Copyright (C) 2007 Free Software Foundation, Inc. +# Copyright (C) 2007-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 groups --version fi -. $srcdir/../lang-default -. $srcdir/../test-lib.sh +. $top_srcdir/tests/lang-default +. $top_srcdir/tests/test-lib.sh # Coreutils 6.9 and earlier failed to display information on first argument # if later argument was --. |