]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Work around tests/touch/empty-file failure on a system
authorJim Meyering <jim@meyering.net>
Fri, 14 Jan 2005 13:33:26 +0000 (13:33 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 14 Jan 2005 13:33:26 +0000 (13:33 +0000)
commit14f7a72f5a88f64ae7101a9d4a4a723041c94366
tree9837cbd3cab9a0775cafd91feb8df35b92c10468
parentec597a0f84cd726686f32c61c84870a30fb4d396
Work around tests/touch/empty-file failure on a system
(sparc64, Linux-2.4.28, glibc-2.3.3) that didn't honor utimes'
NULL-means-set-to-current-time semantics.
Remove temporary file immediately, rather than waiting
for configure's at-exit trap code to do it.
m4/utimes.m4