diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index aefd6978..38c6f8e5 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -828,6 +828,13 @@ source ./functions.source copyTestFile $filename runTest exiv2 $filename + num=g188 + printf "$num " >&3 + filename=poc_2017-12-12_issue188 + echo '------>' Bug $filename '<-------' >&2 + copyTestFile $filename + runTest exiv2 $filename + ) 3>&1 > $results 2>&1 printf "\n" diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 4f8508ca..acbf7e9e 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ diff --git a/test/data/poc_2017-12-12_issue188 b/test/data/poc_2017-12-12_issue188 new file mode 100644 index 00000000..6f91c3e9 Binary files /dev/null and b/test/data/poc_2017-12-12_issue188 differ