From c263f458841e9848060fea20da9d08fc20c51fc2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 May 2000 15:00:48 +0000 Subject: . --- tests/basename/Makefile.in | 2 ++ tests/date/Makefile.in | 4 ++-- tests/date/date-tests | 10 +++++----- tests/factor/Makefile.in | 2 ++ tests/seq/Makefile.in | 2 ++ tests/stty/Makefile.in | 2 ++ tests/test/Makefile.in | 2 ++ 7 files changed, 17 insertions(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/basename/Makefile.in b/tests/basename/Makefile.in index 7111bcdcd..3e75d5190 100644 --- a/tests/basename/Makefile.in +++ b/tests/basename/Makefile.in @@ -90,7 +90,9 @@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ +LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LIB_CRYPT = @LIB_CRYPT@ +LIB_NANOSLEEP = @LIB_NANOSLEEP@ MAKEINFO = @MAKEINFO@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ diff --git a/tests/date/Makefile.in b/tests/date/Makefile.in index 4f0214483..1f7a2d995 100644 --- a/tests/date/Makefile.in +++ b/tests/date/Makefile.in @@ -31,8 +31,6 @@ mandir = @mandir@ includedir = @includedir@ oldincludedir = /usr/include -DESTDIR = - pkgdatadir = $(datadir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkgincludedir = $(includedir)/@PACKAGE@ @@ -90,7 +88,9 @@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ +LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LIB_CRYPT = @LIB_CRYPT@ +LIB_NANOSLEEP = @LIB_NANOSLEEP@ MAKEINFO = @MAKEINFO@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ diff --git a/tests/date/date-tests b/tests/date/date-tests index aed6e9bd9..2fda5e125 100755 --- a/tests/date/date-tests +++ b/tests/date/date-tests @@ -1044,19 +1044,19 @@ else esac fi test -s datevtime-1.E || rm -f datevtime-1.E -LC_ALL=de_DE $xx -R -d '1997-01-19 08:17:48 +0' > rfc822-1.O 2> rfc822-1.E +LC_ALL=de_DE TZ=UTC $xx -R -d '1997-01-19 08:17:48 +0' > rfc822-1.O 2> rfc822-1.E code=$? if test $code != 0; then - $echo "Test rfc822-1(LC_ALL=de_DE) failed: ../../src/date return code $code differs from expected value 0" 1>&2 + $echo "Test rfc822-1(LC_ALL=de_DE TZ=UTC) failed: ../../src/date return code $code differs from expected value 0" 1>&2 errors=`expr $errors + 1` else cmp rfc822-1.O $srcdir/rfc822-1.X > /dev/null 2>&1 case $? in - 0) if test "$VERBOSE"; then $echo "passed rfc822-1(LC_ALL=de_DE)"; fi;; - 1) $echo "Test rfc822-1(LC_ALL=de_DE) failed: files rfc822-1.O and $srcdir/rfc822-1.X differ" 1>&2 + 0) if test "$VERBOSE"; then $echo "passed rfc822-1(LC_ALL=de_DE TZ=UTC)"; fi;; + 1) $echo "Test rfc822-1(LC_ALL=de_DE TZ=UTC) failed: files rfc822-1.O and $srcdir/rfc822-1.X differ" 1>&2 (diff -c rfc822-1.O $srcdir/rfc822-1.X) 2> /dev/null errors=`expr $errors + 1`;; - 2) $echo "Test rfc822-1(LC_ALL=de_DE) may have failed." 1>&2 + 2) $echo "Test rfc822-1(LC_ALL=de_DE TZ=UTC) may have failed." 1>&2 $echo The command "cmp rfc822-1.O $srcdir/rfc822-1.X" failed. 1>&2 errors=`expr $errors + 1`;; esac diff --git a/tests/factor/Makefile.in b/tests/factor/Makefile.in index 444ac175f..cb08a469a 100644 --- a/tests/factor/Makefile.in +++ b/tests/factor/Makefile.in @@ -90,7 +90,9 @@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ +LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LIB_CRYPT = @LIB_CRYPT@ +LIB_NANOSLEEP = @LIB_NANOSLEEP@ MAKEINFO = @MAKEINFO@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ diff --git a/tests/seq/Makefile.in b/tests/seq/Makefile.in index 4da248479..65b8b6538 100644 --- a/tests/seq/Makefile.in +++ b/tests/seq/Makefile.in @@ -90,7 +90,9 @@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ +LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LIB_CRYPT = @LIB_CRYPT@ +LIB_NANOSLEEP = @LIB_NANOSLEEP@ MAKEINFO = @MAKEINFO@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ diff --git a/tests/stty/Makefile.in b/tests/stty/Makefile.in index b7e59447d..e80cd78b3 100644 --- a/tests/stty/Makefile.in +++ b/tests/stty/Makefile.in @@ -90,7 +90,9 @@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ +LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LIB_CRYPT = @LIB_CRYPT@ +LIB_NANOSLEEP = @LIB_NANOSLEEP@ MAKEINFO = @MAKEINFO@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ diff --git a/tests/test/Makefile.in b/tests/test/Makefile.in index d46f27aeb..cfccbf38f 100644 --- a/tests/test/Makefile.in +++ b/tests/test/Makefile.in @@ -90,7 +90,9 @@ INTLOBJS = @INTLOBJS@ KMEM_GROUP = @KMEM_GROUP@ LIBICONV = @LIBICONV@ LIBOBJS = @LIBOBJS@ +LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LIB_CRYPT = @LIB_CRYPT@ +LIB_NANOSLEEP = @LIB_NANOSLEEP@ MAKEINFO = @MAKEINFO@ MAN = @MAN@ MKINSTALLDIRS = @MKINSTALLDIRS@ -- cgit v1.2.3-54-g00ecf