From f9d57d6bcd6021d3278bcf180f6671c53e4e5d85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Fri, 2 Sep 2022 11:20:44 +0200 Subject: [PATCH] test: Fix 'xephr' mis-spelling --- test/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/meson.build b/test/meson.build index e39f31a40..a8d9e8497 100644 --- a/test/meson.build +++ b/test/meson.build @@ -74,7 +74,7 @@ if get_option('xvfb') find_program('scripts/xephyr-glamor-piglit.sh'), env: piglit_env, timeout: 1200, - suite: 'xephr-glamor', + suite: 'xephyr-glamor', ) if rendercheck.found() @@ -92,7 +92,7 @@ if get_option('xvfb') '--', xvfb_args, ], - suite: 'xephr-glamor', + suite: 'xephyr-glamor', timeout: 300, ) endforeach