mirror of
https://github.com/curl/curl.git
synced 2026-06-06 11:54:14 +03:00
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:
parent
b66222fe47
commit
1bf904fef6
1 changed files with 0 additions and 1 deletions
|
|
@ -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");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue