On Tue, Jan 10, 2023 at 03:02:15PM -0600, Glenn Washburn wrote: > 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>
Reviewed-by: Daniel Kiper <daniel.ki...@oracle.com> ... but... > --- > 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)" We could do s/outpu/output/ on the occasion. I can do it before the push... Daniel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel