diff options
-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 813780841..d996cd455 100755 --- a/tests/touch/relative +++ b/tests/touch/relative @@ -29,7 +29,7 @@ fail=0 # Set times back by 5 days. touch --ref f --date='-5 days' f || fail=1 -TZ=UTC0 command ls -og --time-style=+%Y-%m-%d f > out.1 || fail +TZ=UTC0 ls -og --time-style=+%Y-%m-%d f > out.1 || fail sed 's/ f$//;s/.* //' out.1 > out cat <<\EOF > exp || fail=1 |