diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index fd0db7c3..4a461a40 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -779,6 +779,12 @@ source ./functions.source copyTestFile $filename runTest exiv2 $filename + num=g132 + printf "$num " >&3 + filename=01-Null-exiv2-poc + echo '------>' Bug $filename '<-------' >&2 + copyTestFile $filename + runTest exiv2 $filename ) 3>&1 > $results 2>&1 diff --git a/test/data/01-Null-exiv2-poc b/test/data/01-Null-exiv2-poc new file mode 100644 index 00000000..2e67cd6f Binary files /dev/null and b/test/data/01-Null-exiv2-poc differ