mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03: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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user