diff options
-rwxr-xr-x | tests/touch/relative | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/touch/relative b/tests/touch/relative index 780e8e336..9d28303fb 100755 --- a/tests/touch/relative +++ b/tests/touch/relative @@ -31,7 +31,6 @@ 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 sed 's/ f$//;s/.* //' out.1 > out -rm -f out.1 cat <<\EOF > exp || fail=1 2004-01-16T04:56:38 |