From: Jim Meyering Date: Fri, 3 Oct 1997 03:28:05 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_22c~314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=792a091d75f52d9147907e2e5163c425b04d8ba1;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/date/date-tests b/tests/date/date-tests index 808e52bfc5..0badcf79b5 100755 --- a/tests/date/date-tests +++ b/tests/date/date-tests @@ -154,7 +154,7 @@ else esac fi test -s 8.E || rm -f 8.E -LANG=C TZ=UTC $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' > 9.O 2> 9.E code=$? if test $code != 0 ; then $echo "Test 9(LANG=C TZ=UTC) failed: ../../src/date return code $code differs from expected value 0" 1>&2