Revert "runtests: show locale settings"

This reverts commit bcb9361845.

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.
This commit is contained in:
Viktor Szakats 2025-07-23 14:46:11 +02:00
parent b66222fe47
commit 1bf904fef6
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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");