grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests: Fix help test to reflect updated help output


From: Glenn Washburn
Subject: [PATCH] tests: Fix help test to reflect updated help output
Date: Tue, 10 Jan 2023 15:02:15 -0600

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]