bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new snapshot available: coreutils-7.3.6-3a9072


From: Andreas Schwab
Subject: Re: new snapshot available: coreutils-7.3.6-3a9072
Date: Tue, 05 May 2009 00:27:47 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (gnu/linux)

Jim Meyering <address@hidden> writes:

>       tests: correct the "make check"-run check-AUTHORS test

2009-05-05  Andreas Schwab  <address@hidden>

        * src/Makefile.am (check-AUTHORS): Set locale.

diff --git a/src/Makefile.am b/src/Makefile.am
index 136cada..260a1fa 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -388,8 +388,9 @@ au_dotdot = authors-dotdot
 au_actual = authors-actual
 .PHONY: check-AUTHORS
 check-AUTHORS: $(all_programs)
-       $(AM_V_GEN)LC_ALL="$$locale" ./cat --version    \
-           | grep ' Torbjorn '                         \
+       $(AM_V_GEN)locale=en_US.UTF-8;                  \
+       LC_ALL="$$locale" ./cat --version               \
+           | grep ' Torbjorn ' > /dev/null             \
          && { echo "$@: skipping this check"; exit 0; }; \
        rm -f $(au_actual) $(au_dotdot);                \
        for i in `ls $(all_programs) | sed -e 's,$(EXEEXT)$$,,' \

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]