From: Jim Meyering Date: Sun, 29 Jun 1997 20:24:27 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16b~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90e9fd9c771a6672344440ae431fed57bada8113;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index 3fda75693f..a3a933f300 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -67,6 +67,7 @@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBOBJS = @LIBOBJS@ +LIB_CRYPT = @LIB_CRYPT@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAN = @MAN@ diff --git a/tests/date/date-tests b/tests/date/date-tests index 62a1d6f1b5..bf1f12c5c5 100755 --- a/tests/date/date-tests +++ b/tests/date/date-tests @@ -9,6 +9,15 @@ $echo testing program: $xx errors=0 test "$srcdir" || srcdir=. test "$VERBOSE" && $xx --version 2> /dev/null + +# Make sure we get English translations. +LANGUAGE=C +export LANGUAGE +LC_ALL=C +export LC_ALL +LANG=C +export LANG + LANG=C TZ=UTC $xx -d '1997-01-19 08:17:48 +0' +'%% %a %A %b %B' > 1.O 2> 1.E code=$? if test $code != 0 ; then diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index d8d66e7ea8..72b86a3134 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -67,6 +67,7 @@ INTLLIBS = @INTLLIBS@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBOBJS = @LIBOBJS@ +LIB_CRYPT = @LIB_CRYPT@ MAINT = @MAINT@ MAKEINFO = @MAKEINFO@ MAN = @MAN@