diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index f91c6759..78f03afd 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -629,6 +629,12 @@ source ./functions.source runTest exiv2 -pa --grep lens/i $filename done + num=g45 + filename=exiv2-$num.exv + echo '------>' Bug $filename '<-------' >&2 + copyTestFile $filename + runTest exiv2 -pa --grep lens/i $filename + ) 3>&1 > $results 2>&1 printf "\n" diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index d8754025..dea4926b 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ diff --git a/test/data/exiv2-g45.exv b/test/data/exiv2-g45.exv new file mode 100644 index 00000000..d2f543aa Binary files /dev/null and b/test/data/exiv2-g45.exv differ