diff --git a/tests/bugfixes/github/test_issue_ghsa_9jh3_fcc3_g6hv.py b/tests/bugfixes/github/test_issue_ghsa_9jh3_fcc3_g6hv.py index 430b7a21..add8ef9c 100644 --- a/tests/bugfixes/github/test_issue_ghsa_9jh3_fcc3_g6hv.py +++ b/tests/bugfixes/github/test_issue_ghsa_9jh3_fcc3_g6hv.py @@ -13,9 +13,5 @@ class JpegBasePrintStructureInfiniteLoop(metaclass=CaseMeta): filename = path("$tmp_path/issue_ghsa_9jh3_fcc3_g6hv_poc.jpg") commands = ["$exiv2 -d I rm $filename"] stdout = [""] - stderr = [ -"""Warning: JPEG format error, rc = 2 -Exiv2 exception in erase action for file $filename: -$kerFailedToReadImageData -"""] - retval = [1] + stderr = [""] + retval = [0]