From 5098ee0cd75f158ec771f68e334a871eb8083bb8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 21 Jan 2004 19:46:35 +0000 Subject: Use TZ=UTC0, not TZ=utc (which isn't portable). --- tests/touch/relative | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/touch/relative b/tests/touch/relative index 806f4b7c5..a6f45b994 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 -- cgit v1.2.3-54-g00ecf