exiv2/tests/bugfixes/github/test_jpg_iptcDataSegs.py
2022-07-08 13:51:34 +01:00

15 lines
383 B
Python

# -*- coding: utf-8 -*-
from system_tests import CaseMeta, CopyTmpFiles
@CopyTmpFiles("$data_path/FurnaceCreekInn.jpg")
class jpg_iptcDataSegs(metaclass=CaseMeta):
"""
test for the iptcDataSegs code in jpgimage.cpp
"""
filename = "$tmp_path/FurnaceCreekInn.jpg"
commands = ["$exiv2 -d I rm $filename"]
retval = [0]
stderr = [""]
stdout = [""]