summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2011-09-01 11:11:06 +0200
committerJim Meyering <meyering@redhat.com>2011-09-01 16:36:23 +0200
commit44f7444987ad043d69b031ac8a1f69a919c4643a (patch)
tree6ab83a4078d0a725fa64a2ea6fdb64d7c7cdcb58
parentac54e1e4d25b80dcf389000e56c573844d98e335 (diff)
downloadcoreutils-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.
-rw-r--r--tests/init.cfg2
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
'
;;