From: Bernhard Voelker Date: Thu, 1 Sep 2011 09:11:06 +0000 (+0200) Subject: tests: improve message in 'require_membership_in_two_groups_' function X-Git-Tag: v8.13~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f7444987ad043d69b031ac8a1f69a919c4643a;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/init.cfg b/tests/init.cfg index 7e05d0dfa0..56df033648 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 ' ;;