In take-over mode, the "test" is the entire binary being executed as a child process. So, we want to exit, rather than trying to `longjmp()` to `DeepState_ReturnToRun`, which was never initialized.
In take-over mode, the "test" is the entire binary being executed as a child process. So, we want to exit, rather than trying to `longjmp()` to `DeepState_ReturnToRun`, which was never initialized.