Use $kerCorruptedMetadata, rather than hard-coded string.
This commit is contained in:
parent
fadb68718e
commit
06d2db6e5f
@ -15,6 +15,6 @@ class CrwEncode0x1810IntegerOverflow(metaclass=CaseMeta):
|
||||
commands = ["$exiv2 in $filename1 $filename2"]
|
||||
stdout = [""]
|
||||
stderr = [
|
||||
"""$filename1: Could not write metadata to file: corrupted image metadata
|
||||
"""$filename1: Could not write metadata to file: $kerCorruptedMetadata
|
||||
"""]
|
||||
retval = [1]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user