summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index ef454283..2d69d22c 100644
--- a/meson.build
+++ b/meson.build
@@ -642,7 +642,7 @@ if get_option('buildtype') == 'debug' or get_option('buildtype') == 'debugoptimi
configuration : config_tool_option_test)
test('tool-option-parsing',
tool_option_test,
- args : [tool_option_test, '-n', 'auto'],
+ args : [tool_option_test],
suite : ['all', 'root'],
timeout : 240)
endif