diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-19 16:26:38 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-19 16:26:38 +0000 |
commit | e9c44d300d64a9c285bbd3de726f63017aeff05b (patch) | |
tree | 67cbadea28631f9f701cdadd983ac098fef9de2c /tests/touch | |
parent | f4211d967ee06a970f0d9076e4ad8a2bfcba1c4d (diff) | |
download | coreutils-e9c44d300d64a9c285bbd3de726f63017aeff05b.tar.xz |
don't bother to remove out.1
Diffstat (limited to 'tests/touch')
-rwxr-xr-x | tests/touch/relative | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/touch/relative b/tests/touch/relative index 780e8e336..9d28303fb 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 |