summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 8221a39..0f32a37 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -56,7 +56,7 @@ foreach test_script : test_scripts
test(
test_script,
interpreter,
- args : [test_script],
+ args : [files(test_script)],
env : test_env,
protocol : 'tap',
)
@@ -64,7 +64,7 @@ foreach test_script : test_scripts
test(
test_script,
interpreter,
- args : [test_script],
+ args : [files(test_script)],
env : test_env,
)
endif