From 1bf904fef64b2770d27068873c02e2b9d7995c36 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 23 Jul 2025 14:46:11 +0200 Subject: [PATCH] Revert "runtests: show locale settings" This reverts commit bcb9361845be100cf35741fb94db4c2cade8f200. Doesn't look terribly interesting. It's empty on BSDs, Slackware, Alpine, Ubuntu macOS: LC_ALL: 'en_US.UTF-8' LC_CTYPE: 'en_US.UTF-8' LC_NUMERIC: '' Also need these warnings fixed where undefined Use of uninitialized value in concatenation (.) or string at ../../tests/runtests.pl line 868. Use of uninitialized value in concatenation (.) or string at ../../tests/runtests.pl line 868. Use of uninitialized value in concatenation (.) or string at ../../tests/runtests.pl line 868. --- tests/runtests.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index abd75d8755..43718fa58b 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -875,7 +875,6 @@ sub checksystemfeatures { "* System: $hosttype\n", "* OS: $hostos\n", "* Perl: $^V ($^X)\n", - "* LC_ALL: '$ENV{'LC_ALL'}' LC_CTYPE: '$ENV{'LC_CTYPE'}' LC_NUMERIC: '$ENV{'LC_NUMERIC'}'\n", "* diff: $havediff\n", "* Args: $args\n");