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