diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index dc87bacd..2461c797 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -268,6 +268,13 @@ source ./functions.source diff $diffargs $num-before.txt $num-after.txt > $num.txt diff $diffargs $num.txt $diffname + num=1026 + filename=exiv2-bug$num.jpg + printf "$num " >&3 + echo '------>' Bug $num '<-------' >&2 + copyTestFile $filename + runTest exiv2 -q -pa -g Lens $filename + ) 3>&1 > $results 2>&1 printf "\n" @@ -278,4 +285,4 @@ cat $results | sed 's/\x0d$//' > $results-stripped reportTest $results-stripped $good # That's all Folks! -## \ No newline at end of file +## diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 95f15559..d45dd7ea 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ diff --git a/test/data/exiv2-bug1026.jpg b/test/data/exiv2-bug1026.jpg new file mode 100644 index 00000000..5f76a293 Binary files /dev/null and b/test/data/exiv2-bug1026.jpg differ