summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-03-12 14:41:38 +0100
committerJim Meyering <meyering@redhat.com>2009-03-12 19:48:29 +0100
commitba5a1036f14f4a6b31363b6b0b0794806cd75fe7 (patch)
treed8268b82e1114aab3eb9f195e6c4fcff9cbc06a5 /tests
parentd16b4760d7ad8e5cfd72cae7ed1e6a33cb95613c (diff)
downloadcoreutils-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')
-rwxr-xr-xtests/misc/groups-version4
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