From 53e74c365b856198cf6da125cc616738f8b1beea Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 29 Jul 2020 14:57:07 -0400 Subject: [PATCH] testsuite: Stop setting NO_AT_BRIDGE We are not paying attention to that environment variable anymore. --- testsuite/gtk/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index 5063bb474f..1238882b04 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -179,7 +179,6 @@ foreach t : tests protocol: 'tap', timeout: test_timeout, env: [ - 'NO_AT_BRIDGE=1', 'GSK_RENDERER=cairo', 'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()), 'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()),