#1066. Fix for test exception. It's coming from #922 on all platforms except Mac.

This commit is contained in:
Robin Mills
2015-04-26 08:00:24 +00:00
parent f049f2cc48
commit 9352b4a407
2 changed files with 4 additions and 2 deletions
+4 -2
View File
@@ -269,8 +269,10 @@ source ./functions.source
printf "$num " >&3
echo '------>' Bug $num '<-------' >&2
copyTestFile $filename
runTest exiv2 -pX $filename | wc
filename=iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg ; copyTestFile $filename ; runTest exiv2 -pX $filename
runTest exiv2 -pX $filename
filename=iptc-psAPP13-wIPTCempty-psAPP13-wIPTC.jpg
copyTestFile $filename
runTest exiv2 -pX $filename
num=937
filename=exiv2-bug$num.jpg
Binary file not shown.