Skip to content

Commit

Permalink
Update lib/kernel/test/interactive_shell_SUITE.erl
Browse files Browse the repository at this point in the history
Co-authored-by: Fredrik Frantzen <fredrik.frantzen@ericsson.com>
  • Loading branch information
garazdawi and frazze-jobb authored Sep 3, 2024
1 parent 25762d6 commit b2bf54d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kernel/test/interactive_shell_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b2bf54d

Please sign in to comment.