diff --git a/tests/ps_schedstatistics/tests/01-run.py b/tests/ps_schedstatistics/tests/01-run.py index beabbfd2bb..157d5dd8cb 100755 --- a/tests/ps_schedstatistics/tests/01-run.py +++ b/tests/ps_schedstatistics/tests/01-run.py @@ -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):