mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user