diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index 30e0a507..9ce542cc 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -284,6 +284,13 @@ source ./functions.source copyTestFile $filename runTest exiv2 -q -pa -g Lens $filename + num=1040 + filename=exiv2-bug$num.jpg + printf "$num " >&3 + echo '------>' Bug $num '<-------' >&2 + copyTestFile $filename + runTest exiv2 -px $filename + num=1043 # looping and writing to a samba drive can hang! printf "$num " >&3 for n in A B C D E F G H I J K L M N O P Q R S T U V W X Y Z; do diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 3d99cd17..d0dfc025 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ diff --git a/test/data/exiv2-bug1040.jpg b/test/data/exiv2-bug1040.jpg new file mode 100644 index 00000000..f4956975 Binary files /dev/null and b/test/data/exiv2-bug1040.jpg differ