From fa206863b845c12b2307eeebed0f804646b74cdf Mon Sep 17 00:00:00 2001 From: vog Date: Fri, 1 Jul 2011 10:09:16 +0000 Subject: [PATCH] improved error message in the eps-test driver --- test/eps-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/eps-test.sh b/test/eps-test.sh index 85147180..81cc4df8 100755 --- a/test/eps-test.sh +++ b/test/eps-test.sh @@ -23,7 +23,7 @@ if ! diff -q $diffargs /dev/null /dev/null 2>/dev/null ; then fi for file in ../data/eps/eps-*.eps.newxmp; do if ! grep "_Exiv2Version_" "$file" >/dev/null ; then - echo "Error: data/eps/$file contains hard-coded Exiv2 version" + echo "Error: $file contains hard-coded Exiv2 version" exit 1 fi done