Use separate file for issue_182 test

Closes #412
This commit is contained in:
Josh Holmer 2021-07-11 23:10:42 -04:00
parent ea75f6ccc1
commit 06e3feeee1
2 changed files with 1 additions and 1 deletions

BIN
tests/files/issue-182.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 71 B

View file

@ -611,7 +611,7 @@ fn issue_175() {
#[test]
fn issue_182() {
let input = "tests/files/issue-175.png";
let input = "tests/files/issue-182.png";
let (output, mut opts) = get_opts(Path::new(input));
opts.interlace = Some(0);