aports/main/libeconf/musl-tests.patch
2021-07-19 16:08:31 -03:00

14 lines
617 B
Diff

Upstream: shouldn't be
Reason: Disable failing test, that checks commandline output
diff --git a/tests/meson.build b/tests/meson.build
index e8f6bd8..6da8b1f 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -93,6 +93,5 @@ test('tst-parseconfig1', tst_parseconfig1_exe)
tst_quote1_exe = executable('tst-quote1', 'tst-quote1.c', c_args: test_args, dependencies : libeconf_dep)
test('tst-quote1', tst_quote1_exe)
-test('tst_econftool1', find_program('tst-econftool1.sh'))
test('tst_econftool_show1', find_program('tst-econftool_show1.sh'))
test('tst_econftool_cat', find_program('tst-econftool_cat.sh'))