mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
stdin_nonblocking.py test to not leave background processes
fish_test_helper was sometimes left running.
This commit is contained in:
parent
133e359d70
commit
a7102f179b
1 changed files with 2 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue