Skip to content

Commit

Permalink
tests/ps_schedstatistics: fix command order in shell help test
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 authored and maribu committed Jun 2, 2022
1 parent fb32419 commit 765f8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ps_schedstatistics/tests/01-run.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ def _check_help(child):
child.sendline('help')
child.expect_exact('Command Description')
child.expect_exact('---------------------------------------')
child.expect_exact('reboot Reboot the node')
child.expect_exact('ps Prints information about '
'running threads.')
child.expect_exact('reboot Reboot the node')


def _check_ps(child):
Expand Down

0 comments on commit 765f8e3

Please sign in to comment.