From: Pádraig Brady Date: Wed, 27 Dec 2023 23:37:17 +0000 (+0000) Subject: tests: numfmt: fix test related to lower case 'k' SI unit X-Git-Tag: v9.5~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76ec516242679372f2c9891770335db17cbd9f7e;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/tests/misc/numfmt.pl b/tests/misc/numfmt.pl index b54f827c39..03a94d1019 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