1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-03-11 23:45:15 +02:00

don't bother to remove out.1

This commit is contained in:
Jim Meyering
2004-01-19 16:26:38 +00:00
parent f4211d967e
commit e9c44d300d

View File

@@ -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