1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[tests] should_fail not needed

This commit is contained in:
Witold Filipczyk 2022-10-07 15:53:20 +02:00
parent caf277ff3f
commit 917378f766

View File

@ -5,4 +5,4 @@ c_args:['-DHAVE_CONFIG_H'], cpp_args:['-DHAVE_CONFIG_H'], include_directories:['
test_lib = environment({'TEST_LIB': meson.source_root()+'/test/libtest.sh'}) test_lib = environment({'TEST_LIB': meson.source_root()+'/test/libtest.sh'})
t = find_program('test-ftp-parser') t = find_program('test-ftp-parser')
test('ftp-parser', t, env: test_lib, workdir: meson.current_build_dir(), is_parallel: false, should_fail: false) test('ftp-parser', t, env: test_lib, workdir: meson.current_build_dir(), is_parallel: false)