]> git.draconx.ca Git - gob-dx.git/commit
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)
commit9cd8750733369d0399b8b6deac91af8badd9000f
treebfb53613a7422f3804e0fb7aaab21f093df745d1
parent998925c8d088559a780a9f4fa63f66bad3e3321e
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.
tests/options.at