diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2016-10-20 15:27:37 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2016-10-21 15:13:50 +0200 |
commit | 87a47f99bc8e576a63581ad2593c62eb10a53814 (patch) | |
tree | 2b0e504ecf3fc82d01ac615afe917e1f0153c0f5 /src/test | |
parent | 6fa441140ee6faf131c97b1aa002e060b81aaaff (diff) |
failure-action: generalize failure action to emergency action
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 0be74921fc..8d4622694e 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, FAILURE_ACTION); + test_table(emergency_action, EMERGENCY_ACTION); test_table(job_mode, JOB_MODE); test_table(job_result, JOB_RESULT); test_table(job_state, JOB_STATE); |