diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-02-26 15:43:53 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-02-26 15:43:53 +0000 |
| commit | f3fba4af9566ae02f44dfa660c71dbaef6f4f92b (patch) | |
| tree | 4b55c96e9101cee3c2b1f9dd854fad8c68a4383b /src | |
| parent | 583999819d97ae98e97997ed7d6ccde9abc13e9b (diff) | |
Clean up unit testing.
Diffstat (limited to 'src')
| -rw-r--r-- | src/signer_chain.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/signer_chain.cc b/src/signer_chain.cc index d407286e..f35e4ff6 100644 --- a/src/signer_chain.cc +++ b/src/signer_chain.cc @@ -70,6 +70,7 @@ static void command (string cmd) delete[] buffer; #else + cmd += " 2> /dev/null"; int const r = system (cmd.c_str ()); int const code = WEXITSTATUS (r); #endif |
