diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-21 19:46:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-21 19:46:35 +0000 |
commit | 5098ee0cd75f158ec771f68e334a871eb8083bb8 (patch) | |
tree | a600827881970d6c4c194892f45fcaa9d21fc614 /tests/touch | |
parent | 4fb08235d19d2b258d000dbac77421e1f127669c (diff) | |
download | coreutils-5098ee0cd75f158ec771f68e334a871eb8083bb8.tar.xz |
Use TZ=UTC0, not TZ=utc (which isn't portable).
Diffstat (limited to 'tests/touch')
-rwxr-xr-x | tests/touch/relative | 2 |
1 files changed, 1 insertions, 1 deletions
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 |