[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: minor test failures on Alpine linux (linux kernel + musl libc + busy
From: |
Pádraig Brady |
Subject: |
Re: minor test failures on Alpine linux (linux kernel + musl libc + busybox utils) |
Date: |
Fri, 1 Apr 2016 18:35:23 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
On 01/04/16 05:00, Assaf Gordon wrote:
-sort: failed to set locale; using simple byte comparison
+sort: using ‘missing’ sorting rules
+ fail=1
I'd report that to musl.
It's so easy to typo locales and their differences can be subtle,
that early diagnosis is better.
We can work around it in the test of course, with a skip.
It would be useful to have a WARN returns for tests to
indicate issue with the system rather than with coreutils.
>
> === tests/misc/wc-files0.sh ===
>
> This fails because the "expected" output file is
> generated using the $'\t' syntax,
Well not exactly as it's within "".
We probably just need to do \$ here.
thanks for testing!
Pádraig