mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 17:31:14 -03:00
tests/histfile.py: Check for no jobs
This commit is contained in:
@@ -86,6 +86,8 @@ expect_prompt()
|
|||||||
|
|
||||||
# Verify that if we spawn fish with a HISTFILE env var it uses that file.
|
# Verify that if we spawn fish with a HISTFILE env var it uses that file.
|
||||||
# Start by shutting down the previous shell.
|
# Start by shutting down the previous shell.
|
||||||
|
sendline("jobs")
|
||||||
|
expect_prompt("jobs: There are no jobs")
|
||||||
sendline("exit")
|
sendline("exit")
|
||||||
sendline("exit")
|
sendline("exit")
|
||||||
sp.spawn.wait()
|
sp.spawn.wait()
|
||||||
|
|||||||
Reference in New Issue
Block a user