mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 08:56:15 +09:00
test-process-util: don't run rest of test suite in forked off child
We left the test suite running in the child after forking off a temporary child for testing. That's bad. fix it.
This commit is contained in:
@@ -1007,7 +1007,7 @@ TEST(pid_get_start_time) {
|
||||
|
||||
_cleanup_(pidref_done_sigkill_wait) PidRef child = PIDREF_NULL;
|
||||
|
||||
ASSERT_OK(pidref_safe_fork("(stub)", FORK_RESET_SIGNALS|FORK_CLOSE_ALL_FDS|FORK_REOPEN_LOG, &child));
|
||||
ASSERT_OK_POSITIVE(pidref_safe_fork("(stub)", FORK_RESET_SIGNALS|FORK_CLOSE_ALL_FDS|FORK_REOPEN_LOG|FORK_FREEZE, &child));
|
||||
|
||||
usec_t start_time2;
|
||||
ASSERT_OK(pidref_get_start_time(&child, &start_time2));
|
||||
|
||||
Reference in New Issue
Block a user