diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index e971749c..c7f119fb 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -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