aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2015-11-30 17:33:24 +0000
committerSimon McVittie <smcv@debian.org>2015-11-30 18:26:23 +0000
commit6b322448ca57a3f23dbba975f84bcbb822a36413 (patch)
treedb71455e421549e7d340bf4ce34529c2ac06bcad
parentcdfb4ab1a3c60bf699b8d77618ec9bdf526cdb35 (diff)
downloadikiwiki-6b322448ca57a3f23dbba975f84bcbb822a36413.tar
ikiwiki-6b322448ca57a3f23dbba975f84bcbb822a36413.tar.gz
t/img.t: do not spuriously skip
-rw-r--r--debian/changelog1
-rwxr-xr-xt/img.t2
2 files changed, 2 insertions, 1 deletions
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 <smcv@debian.org> 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;