Skip to content

Commit

Permalink
kernel: Fix noshell-raw testcase for \el in to_erl handshake
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Oct 30, 2024
1 parent b05b7b2 commit 5a93549
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/kernel/test/interactive_shell_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2213,7 +2213,8 @@ noshell_raw(Config) ->
%% Make sure we are in unicode encoding
unicode = proplists:get_value(encoding, io:getopts()),

"\fhello\n" = io:get_line("1> "),
%% "\el" is an artifact from the attaching to_erl program
"\el" ++ "hello\n" = io:get_line("1> "),
io:format(TCGl, "TC Line: ~p~n", [?LINE]),
ok = shell:start_interactive({noshell, raw}),

Expand Down

0 comments on commit 5a93549

Please sign in to comment.