update jpg name in variables.sh.in as well

This commit is contained in:
John Cupitt 2019-11-27 08:58:30 +00:00
parent 49a8f0779d
commit 48f675db45
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ PYTHON=@PYTHON@
# we need a different tmp for each script since make can run tests in parallel
tmp=$top_srcdir/test/tmp-$$
test_images=$top_srcdir/test/test-suite/images
image=$test_images/йцук.jpg
image=$test_images/sample.jpg
mkdir -p $tmp
vips=$top_srcdir/tools/vips
vipsthumbnail=$top_srcdir/tools/vipsthumbnail