From 1c9d83c0c449ce6e62631985ae0c2b415345c3a8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Apr 2023 09:00:35 -0400 Subject: Simplify command-line option test names --- test/meson.build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/meson.build b/test/meson.build index 33526bb4..e31ddef3 100644 --- a/test/meson.build +++ b/test/meson.build @@ -106,7 +106,7 @@ simple_command_tests = { ], 'good': [ ['-h'], - ['-s', ' a .'], + ['-s', 'a .'], ['-v'], ], }, @@ -126,7 +126,7 @@ if is_variable('serdi') foreach kind, cases : simple_command_tests['serdi'] foreach args : cases test( - ' '.join(args).underscorify(), + ' '.join(args).substring(1).underscorify(), serdi, args: args, should_fail: kind == 'bad', -- cgit v1.2.1