summaryrefslogtreecommitdiff
path: root/src/test/test-tables.c
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2014-08-18 22:07:47 +0200
committerDaniel Mack <daniel@zonque.org>2014-09-08 11:06:45 +0200
commit5369c77d2ee864ac0464d4adc0774ee70ba9c4bc (patch)
tree0206b657a3fbf3db03e3750155d4a120f31c68c7 /src/test/test-tables.c
parentde68938a2cb3ab535ebd9198723a651753c1a1df (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/test-tables.c')
-rw-r--r--src/test/test-tables.c2
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);