diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index 4a461a40..71e3973e 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -786,6 +786,13 @@ source ./functions.source copyTestFile $filename runTest exiv2 $filename + num=g144 + printf "$num " >&3 + filename=POC1 + echo '------>' Bug $filename '<-------' >&2 + copyTestFile $filename + runTest exiv2 $filename + ) 3>&1 > $results 2>&1 printf "\n" diff --git a/test/data/POC1 b/test/data/POC1 new file mode 100644 index 00000000..875d0d4d Binary files /dev/null and b/test/data/POC1 differ