#1074 Correction to r4169. Use cksum (better than wc) to test extracted profile correctness. wc is platform dependant.

v0.27.3
Robin Mills 10 years ago
parent c271235d3e
commit 3c896e7e80

@ -419,9 +419,9 @@ source ./functions.source
printf "$num " >&3
echo '------>' Bug $num '<-------' >&2
copyTestFile imagemagick.png $filename
runTest exiv2 -pC $filename | wc | sed -E 's/ +/ /g'
runTest exiv2 -pC http://dev.exiv2.org/attachments/download/821/Reagan.tiff | wc | sed -E 's/ +/ /g'
runTest exiv2 -pC http://dev.exiv2.org/attachments/download/820/Reagan.jpg | wc | sed -E 's/ +/ /g'
runTest exiv2 -pC $filename | cksum
runTest exiv2 -pC http://dev.exiv2.org/attachments/download/821/Reagan.tiff | cksum
runTest exiv2 -pC http://dev.exiv2.org/attachments/download/820/Reagan.jpg | cksum
num=1112
filename=exiv2-bug$num.xmp

Binary file not shown.
Loading…
Cancel
Save