diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index 9ce542cc..50bfb49a 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -180,6 +180,13 @@ source ./functions.source runTest exiv2 -u -v -M"add Exif.Image.Make Canon" -M"add Exif.CanonCs.0x0001 Short 1" -M"add Exif.CanonCs.0x0000 Short 2" $filename runTest exiv2 -u -v -PEkyct $filename + num=784 + filename=exiv2-bug$num.jpg + printf "$num " >&3 + echo '------>' Bug $num '<-------' >&2 + copyTestFile $filename + runTest exiv2 -px $filename + num=799 filename=`prep_empty_file $num` copyTestFile bug$num.cmd diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index d0dfc025..f250e0e5 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ diff --git a/test/data/exiv2-bug784.jpg b/test/data/exiv2-bug784.jpg new file mode 100644 index 00000000..34cae070 Binary files /dev/null and b/test/data/exiv2-bug784.jpg differ