Fixed tests and results for (my installation of) MSYS/MinGW.

This commit is contained in:
Andreas Huggel 2011-09-02 15:26:46 +00:00
parent c9d97e6c00
commit 6dd85c6a6b
3 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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