1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-06 00:29:44 +02:00

tests: groups-version: don't require that id be built

* tests/misc/groups-version: groups is now independent of id.
This commit is contained in:
Jim Meyering
2009-03-12 14:41:38 +01:00
parent d16b4760d7
commit ba5a1036f1
+2 -2
View File
@@ -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