mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
tests/histfile.py: Check for no jobs
This commit is contained in:
parent
3d46987cff
commit
171869858a
|
@ -86,6 +86,8 @@ expect_prompt()
|
|||
|
||||
# Verify that if we spawn fish with a HISTFILE env var it uses that file.
|
||||
# Start by shutting down the previous shell.
|
||||
sendline("jobs")
|
||||
expect_prompt("jobs: There are no jobs")
|
||||
sendline("exit")
|
||||
sendline("exit")
|
||||
sp.spawn.wait()
|
||||
|
|
Loading…
Reference in New Issue
Block a user