Remove the test from the build system also
1 files changed, 0 insertions(+), 3 deletions(-) M meson.build
M meson.build => meson.build +0 -3
@@ 45,6 45,3 @@ if has_advisory_info endif which = executable('which', 'which.c', dependencies: [pthread, rt], install: true) -if meson.can_run_host_binaries() - test('find sh', executable('shtest', 'test.c', native: true), args: [which]) -endif