X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Ftest%2Ftest-tables.c;h=88e7d10c60b7e5041cfaa85817a161806c7eafd2;hb=308d72dc1e2106f94ae637e2ea510e8d466d2af1;hp=9fc4d93725f64ac6275101c979a19be000dfd3f4;hpb=86bbe5bfbc0bf213e9d3fafbe6c64d59b9fc90ea;p=elogind.git diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 9fc4d9372..88e7d10c6 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -86,6 +86,7 @@ int main(int argc, char **argv) { test_table(policy_item_type, POLICY_ITEM_TYPE); test_table(protect_home, PROTECT_HOME); test_table(protect_system, PROTECT_SYSTEM); + test_table(rlimit, RLIMIT); test_table(scope_result, SCOPE_RESULT); test_table(scope_state, SCOPE_STATE); test_table(service_exec_command, SERVICE_EXEC_COMMAND); @@ -104,7 +105,6 @@ int main(int argc, char **argv) { test_table(swap_exec_command, SWAP_EXEC_COMMAND); test_table(swap_result, SWAP_RESULT); test_table(swap_state, SWAP_STATE); - test_table(systemd_running_as, SYSTEMD_RUNNING_AS); test_table(target_state, TARGET_STATE); test_table(timer_base, TIMER_BASE); test_table(timer_result, TIMER_RESULT);