GNU bug report logs -
#16532
Test Fail: "tests/chown/separator"
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On 01/24/2014 01:43 AM, Pádraig Brady wrote:
> On 01/24/2014 01:38 AM, Assaf Gordon wrote:
>> This patch makes the test skip on my server (did not test it on other systems).
>>
>> On 01/23/2014 08:09 PM, Pádraig Brady wrote:
>>> On 01/23/2014 11:41 PM, Assaf Gordon wrote:
>>
>>>> So I guess this is not a bug, and can be closed.
>>>> I'll just ignore this failure on this system.
>>>
>>> It is a false failure though so would be worth avoiding.
>>> It's important to have robust tests we and builders can rely on.
>>>
>>> Would something along the following be possible?
>>>
>>> test $(getent group $group | wc -l) != 1 || skip_ "multiple ids for group $group: $(getent group $group)"
>>>
>>
>>
>> From 3737105eacbb23cbe453a3d210359fea614b7154 Mon Sep 17 00:00:00 2001
>> From: =?UTF-8?q?P=C3=A1draig=20Brady?= <P <at> draigBrady.com>
>> Date: Thu, 23 Jan 2014 20:34:52 -0500
>> Subject: [PATCH] tests: skip chown/separator with duplicated groups
>>
>> * tests/chwon/separator.sh: skip test if the user's group has
>
> s/chwon/chown/
>
>> multiple entries.
>> Fixes http://bugs.gnu.org/16532
>> ---
>> tests/chown/separator.sh | 3 +++
>> 1 file changed, 3 insertions(+)
>>
>> diff --git a/tests/chown/separator.sh b/tests/chown/separator.sh
>> index f64b738..ec33f4a 100755
>> --- a/tests/chown/separator.sh
>> +++ b/tests/chown/separator.sh
>> @@ -31,6 +31,9 @@ test -n "$id_g" || framework_failure_
>> id_gn=$(id -gn) || framework_failure_
>> test -n "$id_gn" || framework_failure_
>>
>> +test $(getent group $id_gn | wc -l) != 1 ||
Actually I messed up the login in the suggestion.
I think the above should be s/!=/=/ which I've done
in the attached patch.
If you could confirm it was skipped on your system
it would be great.
I'll push soon anyway.
>> + skip_ "multiple ids for group $id_gn: $(getent group $id_gn)"
I also protected the $id_gn with quotes in case
there were spaces in the group name or something.
thanks,
Pádraig.
[tests-dupe-groups.patch (text/x-patch, attachment)]
This bug report was last modified 11 years and 212 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.