summaryrefslogtreecommitdiff
path: root/gobject/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'gobject/tests/meson.build')
-rw-r--r--gobject/tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gobject/tests/meson.build b/gobject/tests/meson.build
index 44d4588d1..b7fb2364c 100644
--- a/gobject/tests/meson.build
+++ b/gobject/tests/meson.build
@@ -77,6 +77,7 @@ foreach test_name, extra_args : gobject_tests
test_conf = configuration_data()
test_conf.set('installed_tests_dir', installed_tests_execdir)
test_conf.set('program', test_name)
+ test_conf.set('env', '')
configure_file(
input: installed_tests_template_tap,
output: test_name + '.test',