diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-02-15 14:54:09 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-02-15 14:54:09 +0100 |
commit | 8eff97a103581750d90c7e0c2f984dc261226ccc (patch) | |
tree | a3cb36a7db39448767d62866504e465a8ee1c56e /src/test | |
parent | 4d5d9d001105507ee40ff56f0456053c2c7ed6d3 (diff) | |
parent | 798c486fbcdce3346cd862c52e1a200bb8a2cb23 (diff) |
Merge pull request #2618 from zonque/busproxy-removal
remove bus-proxyd
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test-tables.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/test/test-tables.c b/src/test/test-tables.c index aef992ee3c..0be74921fc 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -19,7 +19,6 @@ #include "architecture.h" #include "automount.h" -#include "bus-xml-policy.h" #include "busname.h" #include "cgroup.h" #include "compress.h" @@ -83,8 +82,6 @@ int main(int argc, char **argv) { test_table(path_result, PATH_RESULT); test_table(path_state, PATH_STATE); test_table(path_type, PATH_TYPE); - test_table(policy_item_class, POLICY_ITEM_CLASS); - test_table(policy_item_type, POLICY_ITEM_TYPE); test_table(protect_home, PROTECT_HOME); test_table(protect_system, PROTECT_SYSTEM); test_table(rlimit, RLIMIT); |