Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Oct 17, 2024
2 parents c18fbdd + 90fc71f commit 97dc6ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/stdlib/test/shell_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -3318,7 +3318,8 @@ whereis(_Config) ->

%% Test that shell:whereis() works with JCL in newshell
rtnode:run(
[{expect,"1> $"},
[{putline, ""},
{expect,"1> $"},
{putline,"shell:whereis()."},
{expect,"2> $"},
{eval,fun() ->
Expand Down

0 comments on commit 97dc6ce

Please sign in to comment.