Hi,

Running 'make check' in a grep-2.25 source tree ends with one
unexpected failure, in the encoding-error test, when LANGUAGE
is set to something other than "en".

============================================================================
Testsuite summary for GNU grep 2.25
============================================================================
# TOTAL: 102
# PASS:  66
# SKIP:  33
# XFAIL: 2
# FAIL:  1
# XPASS: 0
# ERROR: 0


The essential difference seems to be:

--- exp 2016-05-13 13:05:26.000000000 +0200
+++ out 2016-05-13 13:05:26.000000000 +0200
@@ -1 +1 @@
-Binary file in matches
+Duuma dosiero in kongruas


When I run 'LANGUAGE=en make check', there are no failures:

============================================================================
Testsuite summary for GNU grep 2.25
============================================================================
# TOTAL: 138
# PASS:  122
# SKIP:  16
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0


$ locale 
LANG=eo.utf8
LANGUAGE=eo:nl
LC_CTYPE="eo.utf8"
LC_NUMERIC="eo.utf8"
LC_TIME="eo.utf8"
LC_COLLATE="eo.utf8"
LC_MONETARY="eo.utf8"
LC_MESSAGES="eo.utf8"
LC_PAPER="eo.utf8"
LC_NAME="eo.utf8"
LC_ADDRESS="eo.utf8"
LC_TELEPHONE="eo.utf8"
LC_MEASUREMENT="eo.utf8"
LC_IDENTIFICATION="eo.utf8"
LC_ALL=

Benno

-- 
http://www.fastmail.com - A fast, anti-spam email service.




Reply via email to