diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index 8e1b11d4..1f25ea9c 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -229,6 +229,14 @@ source ./functions.source copyTestFile $filename runTest exiv2 $filename + num=876 + filename=exiv2-bug$num.jpg + printf "$num " >&3 + echo '------>' Bug $num '<-------' >&2 + copyTestFile $filename + runTest exiv2 -Pkvt $filename | grep Canon | grep Model + runTest exiv2 -Pkvt $filename | grep Canon | grep Lens + ) 3>&1 > $results 2>&1 printf "\n" diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 29dbe328..46d7bea4 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ diff --git a/test/data/exiv2-bug876.jpg b/test/data/exiv2-bug876.jpg new file mode 100755 index 00000000..7c6e4419 Binary files /dev/null and b/test/data/exiv2-bug876.jpg differ