]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: date: check that write errors are promptly diagnosed
authorCollin Funk <collin.funk1@gmail.com>
Mon, 3 Nov 2025 06:36:31 +0000 (22:36 -0800)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 4 Nov 2025 01:05:57 +0000 (17:05 -0800)
commit08308386097c95cfe30c4218b0e54936a2e4d891
tree98992d6abab5594ef8b2d2bc6fe884d57d7eeb5b
parentc9425336f4fcaa11b9113a6cedce5a6609b726db
tests: date: check that write errors are promptly diagnosed

This improvement is due to changes to Gnulib's fprintftime module.

* NEWS: Mention the improvement.
* src/getlimits.c (OFF64_T_MAX, OFF64_T_MIN): New macros.
(main): Print them.
* tests/misc/write-errors.sh: Call getlimits_. Add a date invocation.
NEWS
src/getlimits.c
tests/misc/write-errors.sh