summaryrefslogtreecommitdiff
path: root/src/test/test-tables.c
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-22 17:16:17 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2019-03-22 17:16:17 +0100
commit54ed9f88dcb8d3fce981e44df29c700ec7ba9397 (patch)
tree85f0dfc1b06ead9e9582d77bba0097f7d1227d8a /src/test/test-tables.c
parentb1f13b0e75a27db2843bc170322d3dfc49184c04 (diff)
downloadsystemd-54ed9f88dcb8d3fce981e44df29c700ec7ba9397.tar.gz
udev/link-config: rename MACPolicy to MACAddressPolicy
Things are clearer if the same name is used everywhere, and we don't gain much by saving a few bytes.
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 070d1b4fe0..59f90b76ec 100644
--- a/src/test/test-tables.c
+++ b/src/test/test-tables.c
@@ -70,7 +70,7 @@ int main(int argc, char **argv) {
test_table(kill_who, KILL_WHO);
test_table(locale_variable, VARIABLE_LC);
test_table(log_target, LOG_TARGET);
- test_table(mac_policy, MACPOLICY);
+ test_table(mac_address_policy, MAC_ADDRESS_POLICY);
test_table(manager_state, MANAGER_STATE);
test_table(manager_timestamp, MANAGER_TIMESTAMP);
test_table(mount_exec_command, MOUNT_EXEC_COMMAND);