about summary refs log tree commit diff
path: root/src/dnsmasq/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/dnsmasq/tests/meson.build')
-rw-r--r--src/dnsmasq/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnsmasq/tests/meson.build b/src/dnsmasq/tests/meson.build
index 12106c52..09ef52e5 100644
--- a/src/dnsmasq/tests/meson.build
+++ b/src/dnsmasq/tests/meson.build
@@ -9,5 +9,5 @@ exe = executable(
 test(
   'dnsmasq/' + test_unit,
   test_script,
-  args: test_args + [exe.full_path()]
+  args: test_args + [exe.full_path()],
 )