[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] tests: improve message in 'require_membership_in_two_groups_' fu
From: |
Bernhard Voelker |
Subject: |
[PATCH] tests: improve message in 'require_membership_in_two_groups_' function |
Date: |
Thu, 01 Sep 2011 11:23:30 +0200 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110804 SUSE/3.1.12 Thunderbird/3.1.12 |
I noticed the message
env COREUTILS_GROUPS=users cdrom make check
in Bruno Haible's check results.
The syntax of the proposed command is obviously wrong.
Running this command would result in:
env: cdrom: No such file or directory
Berny
From 4989d18cc4a2e5a0ac4147c6c147bf574e6448a3 Mon Sep 17 00:00:00 2001
From: Bernhard Voelker <address@hidden>
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.
Signed-off-by: Bernhard Voelker <address@hidden>
---
tests/init.cfg | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/init.cfg b/tests/init.cfg
index 023ab9b..b2ae67b 100644
--- a/tests/init.cfg
+++ b/tests/init.cfg
@@ -303,7 +303,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
'
;;
--
1.7.3.4
- [PATCH] tests: improve message in 'require_membership_in_two_groups_' function,
Bernhard Voelker <=