diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index 4dd42fba..36b5e83c 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -398,6 +398,14 @@ source ./functions.source copyTestFile $filename runTest exiv2 -pa -g zone $filename + num=1112 + filename=exiv2-bug$num.xmp + printf "$num " >&3 + echo '------>' Bug $num '<-------' >&2 + copyTestFile $filename + runTest exiv2 -M 'del Xmp.dc.title' $filename + cat $filename + ) 3>&1 > $results 2>&1 printf "\n" diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 5592290a..8b2bda92 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ diff --git a/test/data/exiv2-bug1112.xmp b/test/data/exiv2-bug1112.xmp new file mode 100644 index 00000000..c6907fb8 --- /dev/null +++ b/test/data/exiv2-bug1112.xmp @@ -0,0 +1,9 @@ + + + + + + + \ No newline at end of file