]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: ls: avoid alignment check with non printable characters
authorPádraig Brady <P@draigBrady.com>
Sun, 21 Sep 2025 23:18:28 +0000 (00:18 +0100)
committerPádraig Brady <P@draigBrady.com>
Mon, 22 Sep 2025 10:23:50 +0000 (11:23 +0100)
commitb8b486dc32f26743a8971104992ca8fe2a4c4e5c
treee56c85957d76b8dc6b65833174a384953011abbd
parentf9c6c730eb31299491022c1c3c3f97f873350bf1
tests: ls: avoid alignment check with non printable characters

* tests/ls/block-size.sh: Skip the case where there are
non-printable characters in ls' output, which is the case
with NBSP thousands separators on FreeBSD 11 and 12.
We may drop the MBSW_REJECT_UNPRINTABLE in future from
ls and numfmt, but for now avoid these characters in the test.
Reported by Bruno Haible.
tests/ls/block-size.sh