* tests/misc/groups-version: groups is now independent of id.
#!/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
fi
. $srcdir/test-lib.sh
-require_built_ groups id
+require_built_ groups
fail=0
groups --version | sed 's/^groups/id/; /^$/q' > out || fail=1