From: Simon McVittie Date: Mon, 30 Nov 2015 17:33:24 +0000 (+0000) Subject: t/img.t: do not spuriously skip X-Git-Tag: 3.20160121~58 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/6b322448ca57a3f23dbba975f84bcbb822a36413 t/img.t: do not spuriously skip --- diff --git a/debian/changelog b/debian/changelog index 1ff5e5c1b..0f045cacf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Mon, 15 Jun 2015 18:13:23 +0100 diff --git a/t/img.t b/t/img.t index e02e54fc2..1f2e7d044 100755 --- 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;