Treat Exif.Sony1.PreviewImage as undefined tag.

This commit is contained in:
Kevin Backhouse
2021-12-05 14:41:57 +00:00
parent fde8ed07b3
commit a1ad29edf3
2 changed files with 16 additions and 20 deletions
+2 -6
View File
@@ -14,9 +14,5 @@ class SonyPreviewImageLargeAllocation(metaclass=CaseMeta):
filename2 = path("$tmp_path/issue_1881_coverage.jpg")
commands = ["$exiv2 -q -d I rm $filename1", "$exiv2 -q -d I rm $filename2"]
stdout = ["",""]
stderr = [
"""Exiv2 exception in erase action for file $filename1:
$kerCorruptedMetadata
""",
""]
retval = [1,0]
stderr = ["",""]
retval = [0,0]