From: Jim Meyering Date: Fri, 4 Jul 1997 15:01:57 +0000 (+0000) Subject: regenerate with updated mk-script X-Git-Tag: SH-UTILS-1_16c~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e8021686147cce886dbbaf3176e053a2c631ff8;p=thirdparty%2Fcoreutils.git regenerate with updated mk-script --- diff --git a/tests/date/date-tests b/tests/date/date-tests index bf1f12c5c5..6791e40f75 100755 --- a/tests/date/date-tests +++ b/tests/date/date-tests @@ -154,18 +154,18 @@ else esac fi test -s 8.E || rm -f 8.E -LANG=C TZ=GMT $xx -d '1997-01-19 08:17:48 +0' +'%z_%Z' > 9.O 2> 9.E +LANG=C TZ=UTC $xx -d '1997-01-19 08:17:48 +0' +'%z_%Z' > 9.O 2> 9.E code=$? if test $code != 0 ; then - $echo "Test 9(LANG=C TZ=GMT) failed: ../../src/date return code $code differs from expected value 0" 1>&2 + $echo "Test 9(LANG=C TZ=UTC) failed: ../../src/date return code $code differs from expected value 0" 1>&2 errors=`expr $errors + 1` else cmp 9.O $srcdir/9.X case $? in - 0) if test "$VERBOSE" ; then $echo "passed 9(LANG=C TZ=GMT)"; fi ;; - 1) $echo "Test 9(LANG=C TZ=GMT) failed: files 9.O and $srcdir/9.X differ" 1>&2; + 0) if test "$VERBOSE" ; then $echo "passed 9(LANG=C TZ=UTC)"; fi ;; + 1) $echo "Test 9(LANG=C TZ=UTC) failed: files 9.O and $srcdir/9.X differ" 1>&2; errors=`expr $errors + 1` ;; - 2) $echo "Test 9(LANG=C TZ=GMT) may have failed." 1>&2; + 2) $echo "Test 9(LANG=C TZ=UTC) may have failed." 1>&2; $echo The command "cmp 9.O $srcdir/9.X" failed. 1>&2 ; errors=`expr $errors + 1` ;; esac