diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index f19fc618..c7f119fb 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -702,7 +702,7 @@ source ./functions.source copyTestFile $filename runTest exiv2 $filename - num=g54 + num=g56 printf "$num " >&3 filename=POC9 echo '------>' Bug $filename '<-------' >&2 @@ -765,6 +765,13 @@ source ./functions.source copyTestFile $filename runTest exiv2 $filename + num=g54 + printf "$num " >&3 + filename=POC7 + echo '------>' Bug $filename '<-------' >&2 + copyTestFile $filename + runTest exiv2 $filename + ) 3>&1 > $results 2>&1 printf "\n" diff --git a/test/data/POC7 b/test/data/POC7 new file mode 100644 index 00000000..c9fbf8b2 Binary files /dev/null and b/test/data/POC7 differ diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 5b052072..8076fa63 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ