]> git.draconx.ca Git - gob-dx.git/commitdiff
Avoid "touch" in the testsuite.
authorNick Bowler <nbowler@draconx.ca>
Wed, 25 Jan 2023 03:13:33 +0000 (22:13 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 25 Jan 2023 03:13:33 +0000 (22:13 -0500)
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.


No differences found