]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sun, 29 Jun 1997 20:24:27 +0000 (20:24 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 29 Jun 1997 20:24:27 +0000 (20:24 +0000)
tests/date/Makefile.in
tests/date/date-tests
tests/factor/Makefile.in

index 3fda75693f48db22ee6f405abb4843556705da6d..a3a933f300582c09f0af1a30a3ed07ffe4c4a58f 100644 (file)
@@ -67,6 +67,7 @@ INTLLIBS = @INTLLIBS@
 INTLOBJS = @INTLOBJS@
 KMEM_GROUP = @KMEM_GROUP@
 LIBOBJS = @LIBOBJS@
+LIB_CRYPT = @LIB_CRYPT@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MAN = @MAN@
index 62a1d6f1b5f4d627442941096c57a1ce5e514efc..bf1f12c5c50fad4f92ea3dbce9ac38a2857f43f3 100755 (executable)
@@ -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
index d8d66e7ea87ecda4be7eab74aaea1901e99e3e6f..72b86a3134c81f53b9a994f888dfaebdf43dfb3f 100644 (file)
@@ -67,6 +67,7 @@ INTLLIBS = @INTLLIBS@
 INTLOBJS = @INTLOBJS@
 KMEM_GROUP = @KMEM_GROUP@
 LIBOBJS = @LIBOBJS@
+LIB_CRYPT = @LIB_CRYPT@
 MAINT = @MAINT@
 MAKEINFO = @MAKEINFO@
 MAN = @MAN@