test1148: fix precheck output

"precheck command error" is not very helpful.
This commit is contained in:
Marcel Raad 2018-09-02 12:51:00 +02:00
parent 1a890997a4
commit b8b338351c
No known key found for this signature in database
GPG Key ID: 07ADACB610D796DA
1 changed files with 1 additions and 1 deletions

View File

@ -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=