mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:51:41 +03:00
test1148: fix precheck output
"precheck command error" is not very helpful.
This commit is contained in:
parent
1a890997a4
commit
b8b338351c
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ progress-bar
|
|||
http://%HOSTIP:%HTTPPORT/1148 -# --stderr log/stderrlog1148
|
||||
</command>
|
||||
<precheck>
|
||||
perl -e '$ENV{"LC_NUMERIC"} = "en_US.UTF-8"; system("./libtest/chkdecimalpoint") and die("Test requires point as decimal separator");'
|
||||
perl -e '$ENV{"LC_NUMERIC"} = "en_US.UTF-8"; print "Test requires point as decimal separator" if system("./libtest/chkdecimalpoint");'
|
||||
</precheck>
|
||||
<setenv>
|
||||
LC_ALL=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue