tests: Override Wayland display name in test_init()

It's overridden by all test cases, but they all also call test_init() so
do it there instead.

https://gitlab.gnome.org/GNOME/mutter/issues/193
This commit is contained in:
Jonas Ådahl
2018-11-12 11:28:56 +01:00
parent e2cd9abf46
commit fe1d9fb4a7
4 changed files with 2 additions and 3 deletions

View File

@ -797,7 +797,6 @@ main (int argc, char **argv)
g_option_context_free (ctx);
meta_plugin_manager_load (test_get_plugin_name ());
meta_wayland_override_display_name ("mutter-test-display");
meta_init ();
meta_register_with_session ();