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;