tests/histfile.py: Try exiting a second time

This commit is contained in:
Fabian Boehm 2024-04-02 22:19:47 +02:00
parent fe95e4f4cd
commit 3d46987cff

View File

@ -87,6 +87,7 @@ 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("exit")
sendline("exit")
sp.spawn.wait()
# Set the fish_history env var.