diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index d549b263..0c0879e3 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -424,6 +424,13 @@ source ./functions.source copyTestFile $filename runTest exiv2 -pa -g zone $filename + num=1080 + filename=exiv2-bug$num.jpg + printf "$num " >&3 + echo '------>' Bug $num '<-------' >&2 + copyTestFile $filename + runTest exiv2 -pa $filename + num=1074 filename=exiv2-bug$num.png printf "$num " >&3 diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 5cbdc4fc..c2002463 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ diff --git a/test/data/exiv2-bug1080.jpg b/test/data/exiv2-bug1080.jpg new file mode 100644 index 00000000..7544b098 Binary files /dev/null and b/test/data/exiv2-bug1080.jpg differ