diff options
author | Bernhard Voelker <mail@bernhard-voelker.de> | 2011-09-01 11:11:06 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2011-09-01 16:36:23 +0200 |
commit | 44f7444987ad043d69b031ac8a1f69a919c4643a (patch) | |
tree | 6ab83a4078d0a725fa64a2ea6fdb64d7c7cdcb58 /tests | |
parent | ac54e1e4d25b80dcf389000e56c573844d98e335 (diff) | |
download | coreutils-44f7444987ad043d69b031ac8a1f69a919c4643a.tar.xz |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/init.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/init.cfg b/tests/init.cfg index 7e05d0dfa..56df03364 100644 --- a/tests/init.cfg +++ b/tests/init.cfg @@ -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 ' ;; |