diff options
author | Jim Meyering <meyering@redhat.com> | 2009-03-12 14:41:38 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-03-12 19:48:29 +0100 |
commit | ba5a1036f14f4a6b31363b6b0b0794806cd75fe7 (patch) | |
tree | d8268b82e1114aab3eb9f195e6c4fcff9cbc06a5 /tests/misc/groups-version | |
parent | d16b4760d7ad8e5cfd72cae7ed1e6a33cb95613c (diff) | |
download | coreutils-ba5a1036f14f4a6b31363b6b0b0794806cd75fe7.tar.xz |
tests: groups-version: don't require that id be built
* tests/misc/groups-version: groups is now independent of id.
Diffstat (limited to 'tests/misc/groups-version')
-rwxr-xr-x | tests/misc/groups-version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/groups-version b/tests/misc/groups-version index 1862045f2..41e3c7167 100755 --- a/tests/misc/groups-version +++ b/tests/misc/groups-version @@ -1,7 +1,7 @@ #!/bin/sh # ensure groups --version output is similar to id --version -# Copyright (C) 2007-2008 Free Software Foundation, Inc. +# Copyright (C) 2007-2009 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,7 +22,7 @@ if test "$VERBOSE" = yes; then fi . $srcdir/test-lib.sh -require_built_ groups id +require_built_ groups fail=0 groups --version | sed 's/^groups/id/; /^$/q' > out || fail=1 |