mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Actually fix fg.py.
This commit is contained in:
parent
b71f3f5359
commit
6a7ba7921a
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ expect_str("bar")
|
|||
|
||||
expect_prompt()
|
||||
sendline("fg")
|
||||
expect_str("Send job 1 '" + testproc + "' to foreground")
|
||||
expect_str("Send job 1 (" + testproc + ") to foreground")
|
||||
sleep(0.2)
|
||||
sendline("set -l foo bar; echo $foo")
|
||||
expect_str("")
|
||||
|
@ -66,7 +66,7 @@ sendline("jobs")
|
|||
expect_prompt("jobs: There are no jobs")
|
||||
|
||||
# Ensure we can do it again.
|
||||
sendline("sleep 4 ")
|
||||
sendline("sleep 5")
|
||||
sleep(0.2)
|
||||
send("\x1A")
|
||||
sleep(0.1)
|
||||
|
|
Loading…
Reference in a new issue