mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 18:20:09 +01:00
test: Fix error message to specify the executable that was missing
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
a8abf3a48b
commit
1570fa23e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue