aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2016-05-06 07:32:17 +0100
committerSimon McVittie <smcv@debian.org>2016-05-07 23:22:52 +0100
commit47b180e35faa67759f0bf7de181a9d6876fd8902 (patch)
tree6769102fdc33d8ff480ac208e3e8b0ff3ffd57a2 /t
parent125461cab730871aef4f07e21ac8cf8c165808ee (diff)
downloadikiwiki-47b180e35faa67759f0bf7de181a9d6876fd8902.tar
ikiwiki-47b180e35faa67759f0bf7de181a9d6876fd8902.tar.gz
img: make img_allowed_formats case-insensitive
Diffstat (limited to 't')
-rwxr-xr-xt/img.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/img.t b/t/img.t
index 71b69914e..5531c38d0 100755
--- a/t/img.t
+++ b/t/img.t
@@ -98,7 +98,7 @@ EOF
);
ok(utime(333333333, 333333333, "t/tmp/in/imgconversions.mdwn"));
-ok(! system(@command, '--set-yaml', 'img_allowed_formats=[jpeg, png, svg, pdf]'));
+ok(! system(@command, '--set-yaml', 'img_allowed_formats=[JPEG, PNG, svg, pdf]'));
sub size($) {
my $filename = shift;