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