Skip to content

Commit

Permalink
Fix test failure on Mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinbackhouse committed Nov 4, 2023
1 parent 7ebeddd commit 8099ed0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/bugfixes/github/test_issue_2427.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8099ed0

Please sign in to comment.