diff --git a/plugins/provider/tests/meson.build b/plugins/provider/tests/meson.build index 7a61397..881ce18 100644 --- a/plugins/provider/tests/meson.build +++ b/plugins/provider/tests/meson.build @@ -23,8 +23,6 @@ if get_option('tests') test_env = [ - 'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()), - 'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()), 'G_DEBUG=gc-friendly,fatal-warnings', 'GSETTINGS_BACKEND=memory', 'PYTHONDONTWRITEBYTECODE=yes', diff --git a/tests/meson.build b/tests/meson.build index 3c2ad00..60df9ad 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -3,8 +3,6 @@ if get_option('tests') subdir('mock') test_env = [ - 'G_TEST_SRCDIR=@0@'.format(meson.current_source_dir()), - 'G_TEST_BUILDDIR=@0@'.format(meson.current_build_dir()), 'G_DEBUG=gc-friendly,fatal-warnings', 'GSETTINGS_BACKEND=memory', 'PYTHONDONTWRITEBYTECODE=yes',