summaryrefslogtreecommitdiff
path: root/init.cfg
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2018-07-01 09:05:53 -0700
committerJim Meyering <meyering@fb.com>2018-07-01 20:09:17 -0700
commit19ceb7b89e2b55e8e8eded6148adca95c0cf5cf7 (patch)
tree5859be17282c8225c2539f79a487185ebf39f595 /init.cfg
parent83322567de97855a5b72772ce1ad06856dab11d2 (diff)
downloadcoreutils-19ceb7b89e2b55e8e8eded6148adca95c0cf5cf7.tar.gz
maint: init.cfg: fix a minor test-related quoting bug
* init.cfg (require_membership_in_two_groups_): This fixes a bug introduced by me in v8.15-8-gdd0e4c562. Luckily, the consequence of low-probability triggering the bug was the mere added backslash in the diagnostic: "...but running id -G\ either...". It would be triggered in a test failure for one who is a member of only one or fewer groups.
Diffstat (limited to 'init.cfg')
-rw-r--r--init.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.cfg b/init.cfg
index 47695a95a..1727ea2c9 100644
--- a/init.cfg
+++ b/init.cfg
@@ -492,7 +492,7 @@ require_membership_in_two_groups_()
*' '*) ;;
*) skip_ 'requires membership in two groups
this test requires that you be a member of more than one group,
-but running 'id -G'\'' either failed or found just one. If you really
+but running '\''id -G'\'' either failed or found just one. If you really
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.,