mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-13 08:27:26 +00:00
Attempt to fix the fg pexpect test
Hypothesize that ^Z is being sent too quickly and add a sleep.
This commit is contained in:
parent
d823eee339
commit
290236f7e7
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ expect_prompt()
|
|||
sendline("cat | cat")
|
||||
sendline("set -l foo bar; echo $foo")
|
||||
expect_str("set -l foo bar; echo $foo")
|
||||
sleep(0.1)
|
||||
|
||||
send("\x1A")
|
||||
expect_prompt()
|
||||
|
|
Loading…
Reference in a new issue