test: fix deprecated meson calls

Fix meson warning:

> WARNING: Project targeting '>= 0.56.0' but tried to use feature deprecated since '0.55.0': ExternalProgram.path. use ExternalProgram.full_path() instead

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1448>
This commit is contained in:
Enrico Weigelt, metux IT consult 2024-03-28 16:14:32 +01:00 committed by Marge Bot
parent 2d4fa74000
commit c187c54086

View File

@ -92,7 +92,7 @@ if get_option('xvfb')
# Use full_path so people can copy and paste the
# command line from testlog.txt easily.
args: [
rendercheck.path(),
rendercheck.full_path(),
rctest[1].split(' '),
'--',
xvfb_args,
@ -128,7 +128,7 @@ if get_option('xvfb')
test(rctest[0],
simple_xinit,
args: [simple_xinit.full_path(),
rendercheck.path(),
rendercheck.full_path(),
rctest[1].split(' '),
'----',
xephyr_server.full_path(),