Skip to content

Commit

Permalink
Merge branch 'lukas/kernel/fix-shell_whereis-testcase' into maint
Browse files Browse the repository at this point in the history
* lukas/kernel/fix-shell_whereis-testcase:
  kernel: Fix shell:whereis testcase
  • Loading branch information
garazdawi committed Oct 17, 2024
2 parents 8747ca4 + 5224a9b commit 90fc71f
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 90fc71f

Please sign in to comment.