From: Jim Meyering Date: Mon, 19 Jan 2004 16:26:38 +0000 (+0000) Subject: don't bother to remove out.1 X-Git-Tag: v5.1.2~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9c44d300d64a9c285bbd3de726f63017aeff05b;p=thirdparty%2Fcoreutils.git don't bother to remove out.1 --- diff --git a/tests/touch/relative b/tests/touch/relative index 780e8e3361..9d28303fbe 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