summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2018-09-02 12:51:00 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2018-09-02 12:51:00 +0200
commitb8b338351c6e706c87f55e223a50d7bc516cfecb (patch)
tree034fad1ed3ebfef00ad9f45412ffc4b292cbf0a1
parent1a890997a47d4d22df58b5183181685e49ed6e61 (diff)
downloadcurl-b8b338351c6e706c87f55e223a50d7bc516cfecb.tar.gz
test1148: fix precheck output
"precheck command error" is not very helpful.
-rw-r--r--tests/data/test11482
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1148 b/tests/data/test1148
index 47fb5a5d4..ba498698a 100644
--- a/tests/data/test1148
+++ b/tests/data/test1148
@@ -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=