depot/third_party/nixpkgs/pkgs/os-specific/linux/dbus-broker/disable-test.patch
Default email 5c370c0b2a Project import generated by Copybara.
GitOrigin-RevId: 33d1e753c82ffc557b4a585c77de43d4c922ebb5
2024-05-15 17:35:15 +02:00

14 lines
642 B
Diff

diff --git a/src/meson.build b/src/meson.build
index 4b9bc71..221ed5c 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -202,9 +202,6 @@ test('Error Handling', test_error, suite: 'unit')
test_fdlist = executable('test-fdlist', sources: ['util/test-fdlist.c'], kwargs: test_kwargs)
test('Utility File-Desciptor Lists', test_fdlist, suite: 'unit')
-test_fs = executable('test-fs', sources: ['util/test-fs.c'], kwargs: test_kwargs)
-test('File System Helpers', test_fs, suite: 'unit')
-
test_match = executable('test-match', sources: ['bus/test-match.c'], kwargs: test_kwargs)
test('D-Bus Match Handling', test_match, suite: 'unit')