From: Nick Bowler Date: Wed, 25 Jan 2023 03:13:33 +0000 (-0500) Subject: Avoid "touch" in the testsuite. X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/commitdiff_plain/9cd8750733369d0399b8b6deac91af8badd9000f?hp=9cd8750733369d0399b8b6deac91af8badd9000f Avoid "touch" in the testsuite. Some older implementations suffer from timestamp truncation bugs, so the assumption that touching a file sets its mtime to be greater than or equal to previously-created files is not correct. For these test cases, we can just append something to the files instead; the file contents are completely irrelevant. ---