Kevin Backhouse 2021-06-23 22:31:12 +01:00 committed by Christoph Hasse
parent 5d164005d4
commit c310e2c41f
2 changed files with 13 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,13 @@
# -*- coding: utf-8 -*-
from system_tests import CaseMeta, path
class test_issue_ghsa_mv9g_fxh2_m49m(metaclass=CaseMeta):
filename = path("$data_path/test_issue_ghsa_mv9g_fxh2_m49m.crw")
commands = ["$exiv2 fi $filename"]
stdout = [""]
stderr = ["""Exiv2 exception in fixiso action for file $filename:
$kerCorruptedMetadata
"""]
retval = [1]