From: Marcel Raad Date: Sun, 2 Sep 2018 10:51:00 +0000 (+0200) Subject: test1148: fix precheck output X-Git-Tag: curl-7_61_1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b338351c6e706c87f55e223a50d7bc516cfecb;p=thirdparty%2Fcurl.git test1148: fix precheck output "precheck command error" is not very helpful. --- diff --git a/tests/data/test1148 b/tests/data/test1148 index 47fb5a5d45..ba498698ae 100644 --- a/tests/data/test1148 +++ b/tests/data/test1148 @@ -38,7 +38,7 @@ progress-bar http://%HOSTIP:%HTTPPORT/1148 -# --stderr log/stderrlog1148 -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");' LC_ALL=