mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 04:39:52 +08:00
Fix the histfile.py test
Add missing expect_prompt()
This commit is contained in:
parent
cb62ed3e3d
commit
c0766c1844
|
@ -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 New Issue
Block a user