From b2bf54d6f8d41550dd8c90d2bdc742a259ca3ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Backstr=C3=B6m=20=28FKA=20Larsson=29?= Date: Tue, 3 Sep 2024 10:21:40 +0200 Subject: [PATCH] Update lib/kernel/test/interactive_shell_SUITE.erl Co-authored-by: Fredrik Frantzen --- lib/kernel/test/interactive_shell_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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