]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - t/img.t
t/img.t: do not spuriously skip
[git.ikiwiki.info.git] / t / img.t
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;