From e8df8a2d6383d316cb7733b6bae77bb7bbad9a90 Mon Sep 17 00:00:00 2001 From: Adam Fontenot Date: Tue, 8 Mar 2022 17:53:43 -0800 Subject: [PATCH] Fix broken test jpegtran-*-420-islow-ari --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae07280b..38fe7c3a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1216,7 +1216,7 @@ foreach(libtype ${TEST_LIBTYPES}) testout_420_islow_ari.jpg ${TESTIMAGES}/testorig.ppm ${MD5_JPEG_420_ISLOW_ARI}) - add_bittest(jpegtran 420-islow-ari "--revert;arithmetic" + add_bittest(jpegtran 420-islow-ari "-revert;-arithmetic" testout_420_islow_ari2.jpg ${TESTIMAGES}/testimgint.jpg ${MD5_JPEG_420_ISLOW_ARI})