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:
Bryce Harrington 2014-10-08 20:08:47 -07:00
parent a8abf3a48b
commit 1570fa23e8

View file

@ -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