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:
Kurtis Rader 2017-04-17 21:23:03 -07:00
parent 349eff0df7
commit 3ade72266c

View File

@ -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"