[cairo-commit] test/check-refs.sh

Bryce Harrington bryce at kemper.freedesktop.org
Thu Oct 9 13:51:58 PDT 2014


 test/check-refs.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1570fa23e8043204bd30b122d55a036da15b16e5
Author: Bryce Harrington <bryce at osg.samsung.com>
Date:   Wed Oct 8 20:08:47 2014 -0700

    test: Fix error message to specify the executable that was missing
    
    Signed-off-by: Bryce Harrington <bryce at osg.samsung.com>

diff --git a/test/check-refs.sh b/test/check-refs.sh
index 74abe9f..81ef81b 100755
--- a/test/check-refs.sh
+++ b/test/check-refs.sh
@@ -5,7 +5,7 @@ cd $(dirname $0)/reference || exit
 pdiff=$1
 [ -n "$pdiff" ] || pdiff=../pdiff/perceptualdiff
 if [ ! -e "${pdiff}" ]; then
-    echo "Error:  requires ${pdiff} executable"
+    echo "Error:  requires pdiff executable"
     exit 128
 fi
 


More information about the cairo-commit mailing list