diff --git a/test/data/issue_1918_poc3.jpg b/test/data/issue_1918_poc3.jpg new file mode 100644 index 00000000..b3caeb1e Binary files /dev/null and b/test/data/issue_1918_poc3.jpg differ diff --git a/tests/bugfixes/github/test_issue_1918.py b/tests/bugfixes/github/test_issue_1918.py index 4861c884..7c935f3a 100644 --- a/tests/bugfixes/github/test_issue_1918.py +++ b/tests/bugfixes/github/test_issue_1918.py @@ -11,8 +11,9 @@ class PrintXmpDateOutOfBoundsIndex19(metaclass=CaseMeta): filename1 = path("$data_path/issue_1918_poc1.jpg") filename2 = path("$data_path/issue_1918_poc2.jpg") - commands = ["$exiv2 -px $filename1", "$exiv2 -px $filename2"] - stderr = ["", ""] - retval = [0, 0] + filename3 = path("$data_path/issue_1918_poc3.jpg") + commands = ["$exiv2 -px $filename1", "$exiv2 -px $filename2", "$exiv2 -px $filename3"] + stderr = ["", "", ""] + retval = [0, 0, 0] compare_stdout = check_no_ASAN_UBSAN_errors