t/img.t: do not spuriously skip

master
Simon McVittie 2015-11-30 17:33:24 +00:00
parent cdfb4ab1a3
commit 6b322448ca
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View 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

View File

@ -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;