mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:41:08 +08:00
tests: Remove weird triplicated string
I have no idea why this matches the string thrice when it is entered once and suggestions are disabled. I've seen this fail even on my local system, I expect it works because of some terminal integration.
This commit is contained in:
parent
8a1eae4640
commit
0bb0934bc2
|
@ -18,8 +18,6 @@ expect_prompt()
|
|||
|
||||
send("echo word")
|
||||
expect_str("echo word")
|
||||
expect_str("echo word")
|
||||
expect_str("echo word")
|
||||
|
||||
send("Undo")
|
||||
expect_str("echo")
|
||||
|
|
Loading…
Reference in New Issue
Block a user