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

This commit is contained in:
Robin Mills
2016-01-07 21:15:37 +00:00
parent 947ed69de8
commit c271235d3e
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -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.