touch: don't reject "60" as number of seconds in a legacy time stamp
authorJim Meyering <meyering@redhat.com>
Sat, 12 Sep 2009 12:00:32 +0000 (14:00 +0200)
committerJim Meyering <meyering@redhat.com>
Mon, 14 Sep 2009 13:27:51 +0000 (15:27 +0200)
commit20761ce686a15fa97353fd78b663bfd933840fc2
tree5b841f05c1f4da81cf88d8241d37107f2e83a7d0
parentdf84346ebc2a359f58c914488a08462dfe293f76
touch: don't reject "60" as number of seconds in a legacy time stamp

A valid command like "touch -t 197101010000.60 F" would fail due
to the suffix of ".60".  This bug is fixed via the latest change
to gnulib's posixtm module.
* tests/touch/60-seconds: New test.
* tests/Makefile.am (TESTS): Add it.
* NEWS (Bug fixes): Mention it.
NEWS
tests/Makefile.am
tests/touch/60-seconds [new file with mode: 0755]