#1072 test/tiff-test.sh is failing on the build server

This commit is contained in:
Robin Mills
2015-05-02 17:22:42 +00:00
parent b1f60b4a2c
commit f67bc0924a
+2 -2
View File
@@ -20,7 +20,7 @@ exifprobe()
typ=$(echo $line|cut -d' ' -f 2- | sed -E -e 's/ +/ /g' -e 's/^ //' | cut -d' ' -f 1 ); typs+=($typ)
len=$(echo $line|cut -d' ' -f 2- | sed -E -e 's/ +/ /g' -e 's/^ //' | cut -d' ' -f 2 ); lens+=($len)
val=$(echo $line|cut -d' ' -f 2- | sed -E -e 's/ +/ /g' -e 's/^ //' | cut -d' ' -f 3-); vals+=("$val")
done < <(exiv2 -pa $f 2>/dev/null) # process pipe
done < <( runTest exiv2 -pa $f 2>/dev/null ) # process pipe
count=${#tags[@]}
echo exiv2 -pa output
@@ -52,7 +52,7 @@ exifprobe()
OFF=$(echo $line| cut -d'|' -f 5 | sed -E -e's/ +//g'); OFFS+=($OFF)
VAL=$(echo $line| cut -d'|' -f 6- | sed -e's/^ //' ); VALS+=($"$VAL")
fi
done < <(exiv2 -pS $f 2>/dev/null)
done < <( runTest exiv2 -pS $f 2>/dev/null )
COUNT=${#TAGS[@]}
echo ''