From 5e857871c6302116412cd7f3b761e57df89753f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?=
Date: Wed, 27 Dec 2023 23:37:17 +0000 Subject: [PATCH 2/3] 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. --- tests/misc/numfmt.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0