From: Jim Meyering Date: Wed, 21 Jan 2004 19:46:35 +0000 (+0000) Subject: Use TZ=UTC0, not TZ=utc (which isn't portable). X-Git-Tag: v5.1.2~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5098ee0cd75f158ec771f68e334a871eb8083bb8;p=thirdparty%2Fcoreutils.git Use TZ=UTC0, not TZ=utc (which isn't portable). --- diff --git a/tests/touch/relative b/tests/touch/relative index 806f4b7c58..a6f45b9944 100755 --- a/tests/touch/relative +++ b/tests/touch/relative @@ -29,7 +29,7 @@ fail=0 # Set times back by 30 minutes. touch --ref f --date='-30 min' f || fail=1 -TZ=utc command ls -og --time-style=+%Y-%m-%dT%H:%M:%S f > out.1 || fail +TZ=UTC0 command ls -og --time-style=+%Y-%m-%dT%H:%M:%S f > out.1 || fail sed 's/ f$//;s/.* //' out.1 > out cat <<\EOF > exp || fail=1