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