From 6ffe331cfc8af0735b263ab7af6f84b1b4418102 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 14 Jan 2022 01:43:37 -0500 Subject: Make tools read stdin by default --- test/meson.build | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'test/meson.build') diff --git a/test/meson.build b/test/meson.build index 9830a1dd..c0ed56e4 100644 --- a/test/meson.build +++ b/test/meson.build @@ -81,9 +81,7 @@ if is_variable('serd_pipe') # Basic invalid arguments bad_args = [ - ['-B', 'nonuriorpath'], ['-B'], - ['-I', 'turtle'], ['-I', 'unknown'], ['-I'], ['-O', 'unknown'], @@ -112,12 +110,6 @@ if is_variable('serd_pipe') suite: ['tools', 'pipe', 'options']) endforeach - test('none', - tool, - env: test_env, - should_fail: true, - suite: ['tools', 'pipe', 'options']) - test('remote', tool, args: ['ftp://unsupported.org'], @@ -287,12 +279,6 @@ if is_variable('serd_sort') suite: ['tools', 'sort', 'options']) endforeach - test('none', - tool, - env: test_env, - should_fail: true, - suite: ['tools', 'sort', 'options']) - # IO errors test('read_dir', @@ -343,7 +329,6 @@ if is_variable('serd_filter') bad_args = [ ['-f', '/no/such/file.nt', '-'], ['-z'], - ['?s ?p ?o .'], ] foreach args : bad_args @@ -381,13 +366,6 @@ if is_variable('serd_filter') # Different input sources - test('missing_input', - tool, - args: ['?s ?p ?o .', '/does/not/exist.ttl'], - env: test_env, - should_fail: true, - suite: ['tools', 'filter', 'input']) - test('filter_dir', tool, args: ['?s ?p ?o .', meson.source_root()], -- cgit v1.2.1