]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: groups-version: don't require that id be built
authorJim Meyering <meyering@redhat.com>
Thu, 12 Mar 2009 13:41:38 +0000 (14:41 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 12 Mar 2009 18:48:29 +0000 (19:48 +0100)
* tests/misc/groups-version: groups is now independent of id.

tests/misc/groups-version

index 1862045f2799b8b317790454cd8077ede2e057a5..41e3c7167cdeaaf10a674934404e04da9d60bf3e 100755 (executable)
@@ -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