summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-09-12 14:00:32 +0200
committerJim Meyering <meyering@redhat.com>2009-09-14 15:27:51 +0200
commit20761ce686a15fa97353fd78b663bfd933840fc2 (patch)
tree5b841f05c1f4da81cf88d8241d37107f2e83a7d0 /tests/Makefile.am
parentdf84346ebc2a359f58c914488a08462dfe293f76 (diff)
downloadcoreutils-20761ce686a15fa97353fd78b663bfd933840fc2.tar.xz
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.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 43a493f18..63e60c8c5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -436,6 +436,7 @@ TESTS = \
tail-2/pipe-f2 \
tail-2/proc-ksyms \
tail-2/start-middle \
+ touch/60-seconds \
touch/dangling-symlink \
touch/dir-1 \
touch/fail-diag \