diff options
author | Daniel Mack <zonque@gmail.com> | 2014-08-18 22:07:47 +0200 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2014-09-08 11:06:45 +0200 |
commit | 5369c77d2ee864ac0464d4adc0774ee70ba9c4bc (patch) | |
tree | 0206b657a3fbf3db03e3750155d4a120f31c68c7 /src/test | |
parent | de68938a2cb3ab535ebd9198723a651753c1a1df (diff) |
bus: factor out bus policy items
In order to re-use the policy definitions, factor them out into their own
files.
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test-tables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 58fe4433b7..907958e461 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -55,7 +55,7 @@ int main(int argc, char **argv) { test_table(architecture, ARCHITECTURE); test_table(automount_result, AUTOMOUNT_RESULT); test_table(automount_state, AUTOMOUNT_STATE); - test_table(busname_policy_access, BUSNAME_POLICY_ACCESS); + test_table(bus_policy_access, BUS_POLICY_ACCESS); test_table(busname_result, BUSNAME_RESULT); test_table(busname_state, BUSNAME_STATE); test_table(cgroup_device_policy, CGROUP_DEVICE_POLICY); |