Fixed tests and results for (my installation of) MSYS/MinGW.
This commit is contained in:
parent
c9d97e6c00
commit
6dd85c6a6b
@ -152,7 +152,9 @@ num=683
|
||||
filename=exiv2-bug$num.jpg
|
||||
cp -f ../data/exiv2-nikon-d70.jpg $filename
|
||||
echo '------>' Bug $num '<-------' >&2
|
||||
$bin/exiv2 -u -v -f -r %Y-%m-%d-%a-%j $filename
|
||||
rm -f 2004-03-30-Tue-090.jpg
|
||||
$bin/exiv2 -u -f -r %Y-%m-%d-%a-%j $filename
|
||||
ls 2004-03-30-Tue-090.jpg
|
||||
|
||||
num=711
|
||||
# Little endian (II)
|
||||
|
||||
Binary file not shown.
@ -129,7 +129,7 @@ diff iii kkk
|
||||
if [ `../config/config.guess` = "i686-pc-mingw32" ] ; then
|
||||
sed 's,\\,/,g' $results > ${results}-new
|
||||
mv -f ${results}-new $results
|
||||
unix2dos -q $results
|
||||
unix2dos $results >/dev/null 2>&1
|
||||
fi
|
||||
|
||||
diff -q -w $diffargs $results $good
|
||||
|
||||
Loading…
Reference in New Issue
Block a user