summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2014-04-24 09:35:38 +0200
committerLennart Poettering <lennart@poettering.net>2014-04-24 20:11:20 +0200
commitbf500566323bbc2240d1fdd1165a8c908faf4098 (patch)
tree98925b366ca0b6972194ef81e707cc114c9d9c4b /src/test
parent93ae25e6fd62b2f87c3dd9ad3e81934eecc48057 (diff)
service: rename StartLimitAction enum to FailureAction
It's used for the FailureAction property as well.
Diffstat (limited to 'src/test')
-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 dff6431b6d..fb751d13bd 100644
--- a/src/test/test-tables.c
+++ b/src/test/test-tables.c
@@ -82,7 +82,7 @@ int main(int argc, char **argv) {
test_table(socket_exec_command, SOCKET_EXEC_COMMAND);
test_table(socket_result, SOCKET_RESULT);
test_table(socket_state, SOCKET_STATE);
- test_table(start_limit_action, SERVICE_START_LIMIT);
+ test_table(failure_action, SERVICE_FAILURE_ACTION);
test_table(swap_exec_command, SWAP_EXEC_COMMAND);
test_table(swap_result, SWAP_RESULT);
test_table(swap_state, SWAP_STATE);