test: Fix 'xephr' mis-spelling

This commit is contained in:
Michel Dänzer 2022-09-02 11:20:44 +02:00 committed by Michel Dänzer
parent c1870bd284
commit f9d57d6bcd

View File

@ -74,7 +74,7 @@ if get_option('xvfb')
find_program('scripts/xephyr-glamor-piglit.sh'), find_program('scripts/xephyr-glamor-piglit.sh'),
env: piglit_env, env: piglit_env,
timeout: 1200, timeout: 1200,
suite: 'xephr-glamor', suite: 'xephyr-glamor',
) )
if rendercheck.found() if rendercheck.found()
@ -92,7 +92,7 @@ if get_option('xvfb')
'--', '--',
xvfb_args, xvfb_args,
], ],
suite: 'xephr-glamor', suite: 'xephyr-glamor',
timeout: 300, timeout: 300,
) )
endforeach endforeach