Revert "runmode: consider test mode a user mode"

This reverts commit 6dca50a322.

The test mode should actually test in system mode by default as
that is what tools like Suricata-Update need before issuing a
reload command.
pull/4289/head
Victor Julien 6 years ago
parent 0771eb1e0e
commit 7609adb05d

@ -491,7 +491,6 @@ int RunModeOutputFiledataEnabled(void)
bool IsRunModeSystem(enum RunModes run_mode_to_check)
{
switch (run_mode_to_check) {
case RUNMODE_CONF_TEST:
case RUNMODE_PCAP_FILE:
case RUNMODE_ERF_FILE:
case RUNMODE_ENGINE_ANALYSIS:

Loading…
Cancel
Save