From 80848436f5c13c084bd34064de71e413570ecfee Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 21 Jan 2004 20:56:50 +0000 Subject: [PATCH] Remove `command' syntax. --- tests/touch/relative | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/touch/relative b/tests/touch/relative index 8137808418..d996cd455d 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 -- 2.47.2