On 2025-04-07 16:06, Pádraig Brady wrote:
I have access to cfarm220.cfarm.net,
so I'll look at this tomorrow.
I don't see the problem on cfarm220.cfarm.net with the current coreutils
commit (42f6201aa554fde4c78a3c5d0207d85392eb742e), using "./configure &&
make -j5 check" . The command "src/ls
On Solaris OpenIndiana, there is one test failure:
FAIL: tests/misc/numfmt
Specifically, the tests lcl-fmt-2, lcl-fmt-3 fail. See the attached log file.
I can easily reproduce it:
$ LC_ALL=fr_FR.UTF-8 src/numfmt --format "--%'10f--" 5
--50�000--
whereas
$ LC_ALL=en_US.UTF-8 src/numfmt -
On 07/04/2025 23:10, Paul Eggert wrote:
On 4/5/25 18:49, Rahul Sandhu wrote:
the security context xattr only shows when specifically
requesting it by passing the arguments -n 'security.selinux' to the
command line:
rsandhu@graphite ~ $ getfattr -d -m '' /run/credentials
rsandhu@graphite ~ $ ge