X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/efe05d18ae5633d7a186d2cb97377b6e08ea8f4e..b6774bc6afac48e2c0a122647edc1485e7174a6e:/t/git-cgi.t diff --git a/t/git-cgi.t b/t/git-cgi.t index 05af37740..6dfe18ad6 100755 --- a/t/git-cgi.t +++ b/t/git-cgi.t @@ -178,6 +178,10 @@ sub test { like($content, qr{This is the first test page}); my $orig_sha1 = run_git(['rev-list', '--max-count=1', 'HEAD']); + # We have to wait 1 second here so that new writes are guaranteed + # to have a strictly larger mtime. + sleep 1; + # Test the git hook, which accepts git commits writefile('doc/writable/one.mdwn', 't/tmp/in', 'This is new content for the first test page');