Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
1d20e300
Commit
1d20e300
authored
Jul 23, 2017
by
Josh Soref
Browse files
spelling: failing
parent
638a87e7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/util/tests/process_spawn_unittest.cc
View file @
1d20e300
...
@@ -92,7 +92,7 @@ bool waitForProcessFast(const ProcessSpawn& process, const pid_t pid,
...
@@ -92,7 +92,7 @@ bool waitForProcessFast(const ProcessSpawn& process, const pid_t pid,
// This test verifies that if the thread calling spawn has SIGCHLD
// This test verifies that if the thread calling spawn has SIGCHLD
// already block ProcessSpawnError is thrown (@todo the second error
// already block ProcessSpawnError is thrown (@todo the second error
// case: fork() fail
l
ing)
// case: fork() failing)
TEST
(
ProcessSpawn
,
sigchldBlocked
)
{
TEST
(
ProcessSpawn
,
sigchldBlocked
)
{
std
::
vector
<
std
::
string
>
args
;
std
::
vector
<
std
::
string
>
args
;
ProcessSpawn
process
(
getApp
(),
args
);
ProcessSpawn
process
(
getApp
(),
args
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment