summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Hesse2022-06-01 20:49:46 +0200
committerChristian Hesse2022-06-01 20:49:46 +0200
commit48d42bc5fa3b083ba4a64a48a24924e985bf241e (patch)
treec700e2b944a3054c595716a15c6ce19ad514dc77
parent5c5d9ee60135eea2ab57236f17780e12fd0fec60 (diff)
downloadaur-48d42bc5fa3b083ba4a64a48a24924e985bf241e.tar.gz
remove unused patch
-rw-r--r--libpng-benign-error.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/libpng-benign-error.patch b/libpng-benign-error.patch
deleted file mode 100644
index a885d43ab484..000000000000
--- a/libpng-benign-error.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-diff --git a/PNG/t/10png.t b/PNG/t/10png.t
-index bc109d7..e6b372e 100644
---- a/PNG/t/10png.t
-+++ b/PNG/t/10png.t
-@@ -10,7 +10,7 @@ my $debug_writes = 1;
-
- init_log("testout/t102png.log",1);
-
--plan tests => 249;
-+plan tests => 248;
-
- # this loads Imager::File::PNG too
- ok($Imager::formats{"png"}, "must have png format");
-@@ -180,16 +180,6 @@ EOS
- is($im->errstr, "IHDR: CRC error", "check error message");
- }
-
--SKIP:
--{ # ignoring "benign" errors
-- $png_feat{"benign-errors"}
-- or skip "libpng not configured for benign error support", 1;
-- my $im = Imager->new;
-- ok($im->read(file => "testimg/badcrc.png", type => "png",
-- png_ignore_benign_errors => 1),
-- "read bad crc with png_ignore_benign_errors");
--}
--
- { # write error reporting
- my $im = test_image();
- ok(!$im->write(type => "png", callback => limited_write(1), buffered => 0),