Use $kerCorruptedMetadata, rather than hard-coded string.

This commit is contained in:
Kevin Backhouse 2021-04-09 16:17:50 +01:00
parent fadb68718e
commit 06d2db6e5f
No known key found for this signature in database
GPG Key ID: 9DD01852EE40366E

View File

@ -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]