You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
exiv2/tests/bugfixes/github/test_issue_ghsa_mv9g_fxh2_m...

14 lines
366 B
Python

# -*- 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]