]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
test1148: drop redundant `LC_NUMBER=` env setting
authorViktor Szakats <commit@vsz.me>
Tue, 22 Jul 2025 10:19:22 +0000 (12:19 +0200)
committerViktor Szakats <commit@vsz.me>
Tue, 22 Jul 2025 21:06:10 +0000 (23:06 +0200)
No longer necessary after a previous change made sure to strip
the '100.0%' number from the result, before checking it. The dot is
a regex character catching any decimal separator.

Follow-up to 17c18fbc3015b5dc0580d16a4ff5bcf2fd88b449 #5194
Ref: #2436
Cherry-picked from #17988
Closes #17993

tests/data/test1148

index f5333534a025c869edcceeb2c4936af2383cbbe7..5653ef61049d9ce0bb60871ae0c00e203911aa89 100644 (file)
@@ -37,10 +37,6 @@ progress-bar
 <command>
 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -# --stderr %LOGDIR/stderrlog%TESTNUMBER
 </command>
-<setenv>
-LC_ALL=
-LC_NUMERIC=en_US.UTF-8
-</setenv>
 </client>
 
 #