From cc38da116ded4a22873f228e545e0328a015ec0c Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Fri, 24 Nov 2006 05:33:36 +0000 Subject: [PATCH] Tweaked test result comparison --- test/exiv2-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/exiv2-test.sh b/test/exiv2-test.sh index ff8b93a3..97c8a58b 100755 --- a/test/exiv2-test.sh +++ b/test/exiv2-test.sh @@ -12,7 +12,7 @@ diff -q $da1 $tmpfile $tmpfile 2>/dev/null if [ $? -ne 0 ] ; then da1="" fi -da2="--ignore-matching-lines=^Usage:.exiv2" +da2="--ignore-matching-lines=^Usage:.*exiv2" diff -q $da2 $tmpfile $tmpfile 2>/dev/null if [ $? -ne 0 ] ; then da2=""