1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 17:56:54 +02:00

tests: improve message in 'require_membership_in_two_groups_' function

* tests/init.cfg (require_membership_in_two_groups_): Add quotes
around the suggested groups for the COREUTILS_GROUPS variable.
This commit is contained in:
Bernhard Voelker
2011-09-01 11:11:06 +02:00
committed by Jim Meyering
parent ac54e1e4d2
commit 44f7444987

View File

@@ -295,7 +295,7 @@ are a member of at least two groups, then rerun this test with
COREUTILS_GROUPS set in your environment to the space-separated list
of group names or numbers. E.g.,
env COREUTILS_GROUPS='users cdrom' make check
env COREUTILS_GROUPS='\''users cdrom'\'' make check
'
;;