diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index 78f03afd..723b75f6 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=g20 + filename=exiv2-$num.exv + echo '------>' Bug $filename '<-------' >&2 + copyTestFile $filename + runTest exiv2 -pa --grep lens/i $filename + num=g45 filename=exiv2-$num.exv echo '------>' Bug $filename '<-------' >&2 diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 0a4e80c0..1356ec27 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ diff --git a/test/data/exiv2-g20.exv b/test/data/exiv2-g20.exv new file mode 100644 index 00000000..4aeaf567 Binary files /dev/null and b/test/data/exiv2-g20.exv differ