diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index 319aaaf7..30e0a507 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -294,6 +294,13 @@ source ./functions.source done runTest exiv2 -PE -g UserComment bug${num}*.jpg + num=1044 + filename=exiv2-bug$num.tif + printf "$num " >&3 + echo '------>' Bug $num '<-------' >&2 + copyTestFile $filename + runTest exiv2 -q -pa -g PageNumber $filename + ) 3>&1 > $results 2>&1 printf "\n" diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 89435886..3d99cd17 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ diff --git a/test/data/exiv2-bug1044.tif b/test/data/exiv2-bug1044.tif new file mode 100644 index 00000000..f8325b9c Binary files /dev/null and b/test/data/exiv2-bug1044.tif differ