No wish resuming for the fuzzer

This commit is contained in:
Pasi Kallinen
2026-01-09 16:13:30 +02:00
parent 4a4b0e60f9
commit b19db444c5

View File

@@ -6208,7 +6208,8 @@ makewish(void)
getlin(promptbuf, buf);
if (iflags.term_gone) {
svc.context.resume_wish = 1;
if (!iflags.debug_fuzzer)
svc.context.resume_wish = 1;
return;
}