diff options
| author | Pádraig Brady <P@draigBrady.com> | 2023-12-27 23:37:17 +0000 |
|---|---|---|
| committer | Pádraig Brady <P@draigBrady.com> | 2023-12-29 18:04:36 +0000 |
| commit | 76ec516242679372f2c9891770335db17cbd9f7e (patch) | |
| tree | 5367337423b8840aed967be708eaac5d0d0e8b88 /tests | |
| parent | tests: run locale tests on more systems (diff) | |
| download | coreutils-76ec516242679372f2c9891770335db17cbd9f7e.tar.gz coreutils-76ec516242679372f2c9891770335db17cbd9f7e.zip | |
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.
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/misc/numfmt.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/numfmt.pl b/tests/misc/numfmt.pl index b54f827c3..03a94d101 100755 --- a/tests/misc/numfmt.pl +++ b/tests/misc/numfmt.pl @@ -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 |
