diff --git a/test/bugfixes-test.sh b/test/bugfixes-test.sh index a527fb8b..246bc94f 100755 --- a/test/bugfixes-test.sh +++ b/test/bugfixes-test.sh @@ -303,6 +303,7 @@ source ./functions.source num=1043 # looping and writing to a samba drive can hang! printf "$num " >&3 + echo '------>' Bug $num '<-------' >&2 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 copyTestFile exiv2-bug884c.jpg bug${num}-$n.jpg done diff --git a/test/data/bugfixes-test.out b/test/data/bugfixes-test.out index 7a035596..ab251bfa 100644 Binary files a/test/data/bugfixes-test.out and b/test/data/bugfixes-test.out differ