diff options
author | Simon McVittie <smcv@debian.org> | 2015-11-30 17:33:24 +0000 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2015-11-30 18:26:23 +0000 |
commit | 6b322448ca57a3f23dbba975f84bcbb822a36413 (patch) | |
tree | db71455e421549e7d340bf4ce34529c2ac06bcad /t | |
parent | cdfb4ab1a3c60bf699b8d77618ec9bdf526cdb35 (diff) | |
download | ikiwiki-6b322448ca57a3f23dbba975f84bcbb822a36413.tar ikiwiki-6b322448ca57a3f23dbba975f84bcbb822a36413.tar.gz |
t/img.t: do not spuriously skip
Diffstat (limited to 't')
-rwxr-xr-x | t/img.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |