From: Glenn Washburn <development@efficientek.com>
To: grub-devel@gnu.org, Daniel Kiper <dkiper@net-space.pl>
Cc: Glenn Washburn <development@efficientek.com>
Subject: [PATCH] tests: Fix help test to reflect updated help output
Date: Tue, 10 Jan 2023 15:02:15 -0600 [thread overview]
Message-ID: <20230110210215.1245916-1-development@efficientek.com> (raw)
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 <development@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
next reply other threads:[~2023-01-10 21:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-10 21:02 Glenn Washburn [this message]
2023-01-11 18:48 ` [PATCH] tests: Fix help test to reflect updated help output Daniel Kiper
2023-01-11 23:10 ` Glenn Washburn
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230110210215.1245916-1-development@efficientek.com \
--to=development@efficientek.com \
--cc=dkiper@net-space.pl \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.