From b8b338351c6e706c87f55e223a50d7bc516cfecb Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Sun, 2 Sep 2018 12:51:00 +0200 Subject: test1148: fix precheck output "precheck command error" is not very helpful. --- tests/data/test1148 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -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= -- cgit v1.2.3