From 5796f49ec8ff1933f4a3c258c16f140b39cc1c03 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 5 May 2019 12:36:01 +0200 Subject: Simplify handling of input string arguments --- test/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/meson.build b/test/meson.build index 3af7cd15..fd8586a8 100644 --- a/test/meson.build +++ b/test/meson.build @@ -188,13 +188,14 @@ simple_command_tests = { ['-o'], ['-p'], ['-r'], + ['-s'], ['-z'], ], 'good': [ ['--help'], ['--version'], ['-h'], - ['-s', 'a .'], + ['-k', '512', '-s', 'a .'], ['-v'], ], }, -- cgit v1.2.1