mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
Fix the histfile.py test
Add missing expect_prompt()
This commit is contained in:
parent
cb62ed3e3d
commit
c0766c1844
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ expect_prompt()
|
|||
# We expect this grep to fail to find the pattern and thus the expect_prompt
|
||||
# block is inverted.
|
||||
sendline("grep '^" + hist_line + "' " + my_histfile)
|
||||
expect_prompt()
|
||||
grephistfile(hist_line, my_histfile)
|
||||
expect_prompt()
|
||||
|
||||
|
|
Loading…
Reference in a new issue