Skip to content

Commit

Permalink
Update tests/sys/shell/tests/01-run.py
Browse files Browse the repository at this point in the history
Co-authored-by: benpicco <[email protected]>
  • Loading branch information
maribu and benpicco authored Nov 25, 2024
1 parent ad4206d commit a6c50c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sys/shell/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def check_help(child):
child.expect_exact('---------------------------------------\r\n')

# loop until the set of actually present commands assembled from the JSON
# is emtpy. We remove each command from the set when we process it, so that
# is empty. We remove each command from the set when we process it, so that
# we can detect duplicates
while len(cmds_actual) > 0:
# parse line into command and description
Expand Down

0 comments on commit a6c50c9

Please sign in to comment.