add command unit tests

This commit is contained in:
Jérôme BOULMIER 2019-03-07 01:42:10 -05:00 committed by Patrick Ziegler
parent 5e5d8faf04
commit e9d2f022cd
5 changed files with 61 additions and 3 deletions
include/utils

View file

@ -77,7 +77,7 @@ class command<output_policy::IGNORED> {
string m_cmd;
pid_t m_forkpid{};
int m_forkstatus{};
int m_forkstatus = - 1;
};
template <>