diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test1148 | 2 |
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= |