#1074 Correction to r4169 to fix test suite for platform/wc dependencies on Linux.

v0.27.3
Robin Mills 10 years ago
parent 947ed69de8
commit c271235d3e

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

Binary file not shown.
Loading…
Cancel
Save