mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-02 05:41:16 -03:00
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)").
This commit is contained in:
@@ -5,10 +5,10 @@
|
|||||||
|
|
||||||
set -lx MANWIDTH 80
|
set -lx MANWIDTH 80
|
||||||
man abbr | head -n4
|
man abbr | head -n4
|
||||||
# CHECK: ABBR(1) fish-shell ABBR(1)
|
# CHECK: ABBR(1) {{ *}} fish-shell {{ *}} ABBR(1)
|
||||||
# CHECK: NAME
|
# CHECK: NAME
|
||||||
# CHECK: abbr - manage fish abbreviations
|
# CHECK: abbr - manage fish abbreviations
|
||||||
man : | head -n4
|
man : | head -n4
|
||||||
# CHECK: TRUE(1) fish-shell TRUE(1)
|
# CHECK: TRUE(1) {{ *}} fish-shell {{ *}} TRUE(1)
|
||||||
# CHECK: NAME
|
# CHECK: NAME
|
||||||
# CHECK: true - return a successful result
|
# CHECK: true - return a successful result
|
||||||
|
|||||||
Reference in New Issue
Block a user