ACTION_SHELL
type = ACTION_SHELL;
case ACTION_SHELL:
case ACTION_SHELL:
if (action->type == ACTION_SHELL)
self->present[ACTION_SHELL] = true;
action->type = ACTION_SHELL;
ck_assert(actions_fixture.present[ACTION_SHELL]);
ck_assert_int_eq(actions_fixture.list[0].type, ACTION_SHELL);
ck_assert(actions_fixture.present[ACTION_SHELL]);
ck_assert(!actions_fixture.present[ACTION_SHELL]);
ck_assert(!actions_fixture.present[ACTION_SHELL]);
ck_assert_int_eq(actions_fixture.list[0].type, ACTION_SHELL);