diff --git a/tests/bugfixes/github/test_issue_2427.py b/tests/bugfixes/github/test_issue_2427.py index 113aa0c5da..ca7b2f11ab 100644 --- a/tests/bugfixes/github/test_issue_2427.py +++ b/tests/bugfixes/github/test_issue_2427.py @@ -7,7 +7,5 @@ class issue_2427_BmffImage_brotliUncompress_memleak(metaclass=CaseMeta): filename = "$data_path/issue_2427_poc.jpg" commands = ["$exiv2 $filename"] retval = [1] - stderr = ["""$exiv2_exception_message $filename: -CL_SPACE -"""] stdout = [""] + compare_stderr = check_no_ASAN_UBSAN_errors