coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [platform-testers] new snapshot available: coreutils-8.27.99-3ebdc3


From: Pádraig Brady
Subject: Re: [platform-testers] new snapshot available: coreutils-8.27.99-3ebdc3
Date: Wed, 30 Aug 2017 00:01:39 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 29/08/17 10:46, Assaf Gordon wrote:
> On 29/08/17 11:26 AM, Pádraig Brady wrote:
>> On 29/08/17 10:12, Assaf Gordon wrote:
>>> 2.
>>> On OpenBSD 6.1, FreeBSD 11p1,
>>> "tests/ln/sf-1" fails with "argument list too long".
>>
>> Oh is the $((1024*1024)) not working on the BSDs?
>> That construct is used elsewhere in tests?
>>
> Just got results from Mac OS X, which also fail with
> "argument list too long", but the log is more helpful:
> ======
> +name_max='*'
> +name_limit=1048576
> +test '*' -lt 1048576
> ./tests/ln/sf-1.sh: line 39: test: *: integer expression expected
> +name_max=1048576
> ++expr 1048576 + 1
> +name_max_plus1=1048577

> Argument list too long
> +fail=1
> =======

The attached should fix up this stat test issue,
and improve `stat -f -c %l` on FreeBSD and OpenBSD.

cheers,
Pádraig

Attachment: bsd-stat-f-l.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]