From: Jim Meyering Date: Wed, 21 Jan 2004 20:56:50 +0000 (+0000) Subject: Remove `command' syntax. X-Git-Tag: v5.1.2~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80848436f5c13c084bd34064de71e413570ecfee;p=thirdparty%2Fcoreutils.git Remove `command' syntax. --- 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