]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
img test: set old timestamp on source file that will change
authorSimon McVittie <smcv@debian.org>
Sun, 14 Jun 2015 17:13:17 +0000 (18:13 +0100)
committerSimon McVittie <smcv@debian.org>
Sun, 14 Jun 2015 17:13:17 +0000 (18:13 +0100)
This is so that the test will pass even if it takes less than 1 second.

debian/changelog
t/img.t

index 2b79e51ab1c5392448542ab401c22fbf81104591..b7f4cf6441baec2f7149461bfe055d9b8feba22d 100644 (file)
@@ -2,6 +2,8 @@ ikiwiki (3.20150611) UNRELEASED; urgency=medium
 
   * inline: change default sort order from age to "age title" for determinism
   * img: avoid ImageMagick misinterpreting filenames containing a colon
+  * img test: set old timestamp on source file that will change, so that
+    the test will pass even if it takes less than 1 second
 
  -- Simon McVittie <smcv@debian.org>  Thu, 11 Jun 2015 08:32:35 +0100
 
diff --git a/t/img.t b/t/img.t
index 7e7753aab50d7934f8a5d901bd01848a16423b36..7598dd9f02459fc91825979703fdfcb7f846765c 100755 (executable)
--- a/t/img.t
+++ b/t/img.t
@@ -55,6 +55,7 @@ $maybe_svg_img
 [[!img twopages.pdf size=16x pagenumber=1]]
 EOF
 );
+ok(utime(333333333, 333333333, "t/tmp/in/imgconversions.mdwn"));
 
 ok(! system("make -s ikiwiki.out"));