]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
t/img.t: do not spuriously skip
authorSimon McVittie <smcv@debian.org>
Mon, 30 Nov 2015 17:33:24 +0000 (17:33 +0000)
committerSimon McVittie <smcv@debian.org>
Mon, 30 Nov 2015 18:26:23 +0000 (18:26 +0000)
debian/changelog
t/img.t

index 1ff5e5c1b6386a8a7bd503a6c683f9e734ede6ff..0f045cacf89357067991b727321b47852a81143e 100644 (file)
@@ -14,6 +14,7 @@ ikiwiki (3.20150615) UNRELEASED; urgency=medium
   [ Simon McVittie ]
   * Run autopkgtest tests using autodep8 and the pkg-perl team's
     infrastructure
+  * t/img.t: do not spuriously skip
 
  -- Simon McVittie <smcv@debian.org>  Mon, 15 Jun 2015 18:13:23 +0100
 
diff --git a/t/img.t b/t/img.t
index e02e54fc23f1012b89110acc6377d3af7c679f4f..1f2e7d044407d17d691bb3a29c64cef615ef230c 100755 (executable)
--- a/t/img.t
+++ b/t/img.t
@@ -15,7 +15,7 @@ use warnings;
 use strict;
 use Test::More;
 plan(skip_all => "Image::Magick not available")
-       unless eval q{use Image::Magick};
+       unless eval q{use Image::Magick; 1};
 
 use IkiWiki;