From 875cb0892e867141eb2a2b87d3ef28ee71edf871 Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 11 Dec 2004 20:40:56 +0000 Subject: [PATCH] added --strip-trailing-cr to fix test problems on win32 --- test/exiv2-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/exiv2-test.sh b/test/exiv2-test.sh index 8206c3e1..ec94d786 100755 --- a/test/exiv2-test.sh +++ b/test/exiv2-test.sh @@ -85,10 +85,10 @@ diff iii kkk ) > $results 2>&1 -diff -q $results $good +diff -q --strip-trailing-cr $results $good rc=$? if [ $rc -eq 0 ] ; then echo "All testcases passed." else - diff $results $good + diff --strip-trailing-cr $results $good fi