Fix python test breaker

main
clanmills 4 years ago
parent dd6922e3da
commit c6a076ae54

@ -6,9 +6,9 @@ from system_tests import CaseMeta, CopyTmpFiles, path
class test_issue_1464Test(metaclass=CaseMeta): class test_issue_1464Test(metaclass=CaseMeta):
filename = path("$tmp_path/test_issue_1464.exv") filename = path("$tmp_path/test_issue_1464.exv")
commands = [ "$exiv2 -K Exif.Sony2010e.WB_RGBLevels $filename" commands = [ "$exiv2 -K Exif.Sony2010e.WB_RGBLevels $filename"
, "$exiv2 -M'set Exif.Sony2010e.WB_RGBLevels 9 1 1' $filename" , "$exiv2 -M\"set Exif.Sony2010e.WB_RGBLevels 9 1 1\" $filename"
, "$exiv2 -K Exif.Sony2010e.WB_RGBLevels $filename" , "$exiv2 -K Exif.Sony2010e.WB_RGBLevels $filename"
] ]
stdout = ["Exif.Sony2010e.WB_RGBLevels Short 3 598 256 442\n" stdout = ["Exif.Sony2010e.WB_RGBLevels Short 3 598 256 442\n"
,"" ,""

Loading…
Cancel
Save