From 44f7444987ad043d69b031ac8a1f69a919c4643a Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Thu, 1 Sep 2011 11:11:06 +0200 Subject: [PATCH] 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. --- tests/init.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ' ;; -- 2.47.2