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:
Fabian Boehm 2024-04-23 19:29:26 +02:00
parent 8a1eae4640
commit 0bb0934bc2

View File

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