diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index c4ba5be3..ef82f1d8 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -660,6 +660,13 @@ source ./functions.source copyTestFile $filename runTest exiv2 $filename 2>/dev/null + num=g57 + printf "$num " >&3 + filename=POC + echo '------>' Bug $filename '<-------' >&2 + copyTestFile $filename + runTest exiv2 $filename + num=g79 printf "$num " >&3 filename=POC2 diff --git a/test/data/POC b/test/data/POC new file mode 100755 index 00000000..c697bf39 Binary files /dev/null and b/test/data/POC differ diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index f20d73f0..21b3c188 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ