python312Packages.vdf: avoid using pname for src.repo
[NixPkgs.git] / pkgs / os-specific / linux / dbus-broker / disable-test.patch
blob14faf1907cc20c1223e8f77f58fb7650daf02bd2
1 diff --git a/src/meson.build b/src/meson.build
2 index 4b9bc71..221ed5c 100644
3 --- a/src/meson.build
4 +++ b/src/meson.build
5 @@ -202,9 +202,6 @@ test('Error Handling', test_error, suite: 'unit')
6 test_fdlist = executable('test-fdlist', sources: ['util/test-fdlist.c'], kwargs: test_kwargs)
7 test('Utility File-Desciptor Lists', test_fdlist, suite: 'unit')
9 -test_fs = executable('test-fs', sources: ['util/test-fs.c'], kwargs: test_kwargs)
10 -test('File System Helpers', test_fs, suite: 'unit')
12 test_match = executable('test-match', sources: ['bus/test-match.c'], kwargs: test_kwargs)
13 test('D-Bus Match Handling', test_match, suite: 'unit')