From ea5d77ad6f4f274d8f1997fe4169767068d8f3f7 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Tue, 28 Oct 2025 00:11:12 +0100 Subject: [PATCH] tests/man: try to fix intermittent failure in CI This failed once in Ubuntu CI because there was one extra space in the first column (after "ABBR(1)"). --- tests/checks/man.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/checks/man.fish b/tests/checks/man.fish index c1a67a0f6..126f13d42 100644 --- a/tests/checks/man.fish +++ b/tests/checks/man.fish @@ -5,10 +5,10 @@ set -lx MANWIDTH 80 man abbr | head -n4 -# CHECK: ABBR(1) fish-shell ABBR(1) +# CHECK: ABBR(1) {{ *}} fish-shell {{ *}} ABBR(1) # CHECK: NAME # CHECK: abbr - manage fish abbreviations man : | head -n4 -# CHECK: TRUE(1) fish-shell TRUE(1) +# CHECK: TRUE(1) {{ *}} fish-shell {{ *}} TRUE(1) # CHECK: NAME # CHECK: true - return a successful result