~michel-slm/coreutils

76ec516242679372f2c9891770335db17cbd9f7e — Pádraig Brady 8 months ago ebb985d
tests: numfmt: fix test related to lower case 'k' SI unit

* tests/misc/numfmt.pl: Following on from v9.4-86-g615167cc4,
adjust this test accordingly.  This test was being skipped
on some systems, and so only noticed now.
Reported by Jim Meyering.
1 files changed, 1 insertions(+), 1 deletions(-)

M tests/misc/numfmt.pl
M tests/misc/numfmt.pl => tests/misc/numfmt.pl +1 -1
@@ 1039,7 1039,7 @@ my @Locale_Tests =
     ['lcl-stdtod-1', '--from=si 12,2K', {OUT=>"12200"},
             {ENV=>"LC_ALL=$locale"}],

     ['lcl-dbl-to-human-1', '--to=si 1100', {OUT=>"1,1K"},
     ['lcl-dbl-to-human-1', '--to=si 1100', {OUT=>"1,1k"},
             {ENV=>"LC_ALL=$locale"}],

     # Format + Grouping