]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove `command' syntax.
authorJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 20:56:50 +0000 (20:56 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 21 Jan 2004 20:56:50 +0000 (20:56 +0000)
tests/touch/relative

index 8137808418d7845fe1e7b92dd705f2d2fddca293..d996cd455d289a93806eaae50e2b63db319056ed 100755 (executable)
@@ -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