From 0bb0934bc27e0fbafa9a6450ecb8735506264697 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Tue, 23 Apr 2024 19:29:26 +0200 Subject: [PATCH] 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. --- tests/pexpects/undo.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/pexpects/undo.py b/tests/pexpects/undo.py index 41202fe98..c3946ad72 100644 --- a/tests/pexpects/undo.py +++ b/tests/pexpects/undo.py @@ -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")