Andreas Schwab wrote: > Jim Meyering <[email protected]> writes: > >> tests: correct the "make check"-run check-AUTHORS test > > 2009-05-05 Andreas Schwab <[email protected]> > > * 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 \
Thanks! Applied. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
