summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2014-10-08 20:08:47 -0700
committerBryce Harrington <bryce@osg.samsung.com>2014-10-09 13:51:49 -0700
commit1570fa23e8043204bd30b122d55a036da15b16e5 (patch)
treef9042040ee8bb25c4d5bf916d7df1e341c065d80
parenta8abf3a48b588632e3f39028b0b978d73c362f46 (diff)
downloadcairo-1570fa23e8043204bd30b122d55a036da15b16e5.tar.gz
test: Fix error message to specify the executable that was missing
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
-rwxr-xr-xtest/check-refs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/check-refs.sh b/test/check-refs.sh
index 74abe9f85..81ef81b35 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