add command unit tests
This commit is contained in:
parent
5e5d8faf04
commit
e9d2f022cd
5 changed files with 61 additions and 3 deletions
include/utils
|
@ -77,7 +77,7 @@ class command<output_policy::IGNORED> {
|
|||
string m_cmd;
|
||||
|
||||
pid_t m_forkpid{};
|
||||
int m_forkstatus{};
|
||||
int m_forkstatus = - 1;
|
||||
};
|
||||
|
||||
template <>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue