]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: improve message in 'require_membership_in_two_groups_' function
authorBernhard Voelker <mail@bernhard-voelker.de>
Thu, 1 Sep 2011 09:11:06 +0000 (11:11 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 1 Sep 2011 14:36:23 +0000 (16:36 +0200)
* tests/init.cfg (require_membership_in_two_groups_): Add quotes
around the suggested groups for the COREUTILS_GROUPS variable.

tests/init.cfg

index 7e05d0dfa0672e75ab6cfe6f85fb255d00bd425f..56df0336488a8b8f76202f80885c0eb2b6a934ec 100644 (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
 
 '
      ;;