stdin_nonblocking.py test to not leave background processes

fish_test_helper was sometimes left running.
This commit is contained in:
ridiculousfish 2022-02-12 11:47:02 -08:00
parent 133e359d70
commit a7102f179b

View File

@ -33,7 +33,8 @@ expect_str("stdin was blocking")
# Kill the job and do it again.
send("\x03") # ctrl-c
expect_prompt("")
expect_prompt()
sendline(exe_path + " stdin_make_nonblocking")
expect_str("stdin was blocking")
send("\x03") # ctrl-c
expect_prompt()