#1053. Updated test suite to use new -K option.

This commit is contained in:
Robin Mills 2015-04-10 18:09:34 +00:00
parent be1649e1ee
commit ffba84261f
2 changed files with 9 additions and 0 deletions

View File

@ -319,6 +319,15 @@ source ./functions.source
copyTestFile $filename
runTest exiv2 -q -pa -g PageNumber $filename
num=1053
filename=exiv2-bug$num.jpg
printf "$num " >&3
echo '------>' Bug $num '<-------' >&2
copyTestFile exiv2-bug884c.jpg $filename
runTest exiv2 -PE -g ImageWidth $filename
runTest exiv2 -PE -K ImageWidth $filename
runTest exiv2 -PE -K Exif.Image.ImageWidth $filename
) 3>&1 > $results 2>&1
printf "\n"

Binary file not shown.