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

2023-01-11 Thread Glenn Washburn
On Wed, 11 Jan 2023 19:48:06 +0100 Daniel Kiper wrote: > 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 al

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

2023-01-11 Thread Daniel Kiper
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 Review

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

2023-01-10 Thread Glenn Washburn
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 --- tests/help_test.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t