diff --git a/lib/kernel/test/interactive_shell_SUITE.erl b/lib/kernel/test/interactive_shell_SUITE.erl index 981452610450..17b92b8d60b2 100644 --- a/lib/kernel/test/interactive_shell_SUITE.erl +++ b/lib/kernel/test/interactive_shell_SUITE.erl @@ -995,7 +995,7 @@ shell_receive_standard_out(Config) -> send_tty(Term2,"my_fun(5) -> ok; my_fun(N) -> receive after 100 -> io:format(\"~p\\n\", [N]), my_fun(N+1) end.\n"), send_tty(Term2,"spawn(shell_default, my_fun, [0]). ABC\n"), timer:sleep(1000), - check_location(Term2, {0,-18}), %% Check that we are at the same location relative to the start. + check_location(Term2, {0,-18}), %% Check that the prompt is not redrawn, cursor is at the beginning of the line check_content(Term2, "..0\\s+1\\s+2\\s+3\\s+4"), ok after