diff options
Diffstat (limited to 'executor/common_test.h')
| -rw-r--r-- | executor/common_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/executor/common_test.h b/executor/common_test.h index e0390eb68..9e3dcd6ff 100644 --- a/executor/common_test.h +++ b/executor/common_test.h @@ -86,6 +86,6 @@ static void loop(); static int do_sandbox_none(void) { loop(); - doexit(0); + return 0; } #endif |
