Commit f5759a878 (normal/help: Add paging instructions to normal and help prompts) changed the output of the help command, which broke the help test. This change allows the test to pass.
Signed-off-by: Glenn Washburn <developm...@efficientek.com> --- tests/help_test.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/help_test.in b/tests/help_test.in index b08cf20138..630e9860ae 100644 --- a/tests/help_test.in +++ b/tests/help_test.in @@ -8,6 +8,9 @@ Show a help message. -h, --help Display this help and exit. -u, --usage Display the usage of this command and exit. + + +To enable less(1)-like paging, \"set pager=1\". Hello World" outpu="$(echo 'help help; hello' | @builddir@/grub-shell)" -- 2.34.1 _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel