diff --git a/tests/pexpects/generic.py b/tests/pexpects/generic.py index e964db82a..e0f79b475 100644 --- a/tests/pexpects/generic.py +++ b/tests/pexpects/generic.py @@ -18,8 +18,8 @@ send, sendline, sleep, expect_prompt, expect_re, expect_str = ( expect_prompt() # ensure the Apple key () is typeable -sendline("echo ") -expect_prompt("") +sendline("echo \xf8ff") +expect_prompt("\xf8ff") # check that history is returned in the right order (#2028) # first send 'echo stuff'