tests/histfile.py: Check for no jobs

This commit is contained in:
Fabian Boehm 2024-04-02 22:24:09 +02:00
parent 3d46987cff
commit 171869858a

View File

@ -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()