@ -1162,7 +1162,7 @@ set Exif.Photo.DateTimeDigitized 2020:05:26 07:31:42
# Copy the XMP from the test file
BT.copyTestFile(webp)
BT.save(BT.Executer( 'exiv2 -pX {tiff}', vars(), decode_output=False).stdout, xmp)
BT.save( BT.Executer('exiv2 -pX {webp}', vars(), decode_output=False).stdout, xmp)
out += BT.Executer('exiv2 -ea --force {webp}', vars())