X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftest%2Ftest-tables.c;fp=src%2Ftest%2Ftest-tables.c;h=58fe4433b7ebbfce401ec89a9b36b03a2690b65c;hp=88e7d10c60b7e5041cfaa85817a161806c7eafd2;hb=2928b0a863091f8f291fddb168988711afd389ef;hpb=2de1851fe3611c59abf77127c6b5bc1b91eb7cba diff --git a/src/test/test-tables.c b/src/test/test-tables.c index 88e7d10c6..58fe4433b 100644 --- a/src/test/test-tables.c +++ b/src/test/test-tables.c @@ -63,7 +63,7 @@ int main(int argc, char **argv) { test_table(device_state, DEVICE_STATE); test_table(exec_input, EXEC_INPUT); test_table(exec_output, EXEC_OUTPUT); - test_table(failure_action, SERVICE_FAILURE_ACTION); + test_table(failure_action, FAILURE_ACTION); test_table(job_mode, JOB_MODE); test_table(job_result, JOB_RESULT); test_table(job_state, JOB_STATE);