mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 14:01:20 -03:00
stdin_nonblocking.py test to not leave background processes
fish_test_helper was sometimes left running.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user