mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 07:23:34 +08:00
fix bug I introduced by previous squash merge
When I squash merged to create commit a9db99ac5
I overlooked updating
the unit test.
This commit is contained in:
parent
349eff0df7
commit
3ade72266c
|
@ -157,7 +157,7 @@ expect_prompt -re {\r\nTENT\r\n} {
|
|||
|
||||
# Now test that exactly the expected bind modes are defined
|
||||
send "bind --list-modes\r"
|
||||
expect_prompt -re {\r\ndefault\r\ninsert\r\npaste\r\nreplaceone\r\nvisual\r\n} {
|
||||
expect_prompt -re {\r\ndefault\r\ninsert\r\npaste\r\nreplace_one\r\nvisual\r\n} {
|
||||
puts "vi bind modes"
|
||||
} unmatched {
|
||||
puts stderr "Unexpected vi bind modes"
|
||||
|
|
Loading…
Reference in New Issue
Block a user