mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-03 20:56:43 +08:00
Fix tmux-complete test on macOS CI
For some reason, the window dimension parameters are ignored by tmux. Not even an extra "resize-pane -x 80 -y 10" helps. So let's just drop that assumption from our tests.
This commit is contained in:
parent
124dac4781
commit
0c76b571c7
@ -1,6 +1,5 @@
|
||||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux
|
||||
#REQUIRES: test "$(uname)" != Darwin
|
||||
|
||||
isolated-tmux-start
|
||||
|
||||
@ -39,4 +38,4 @@ isolated-tmux capture-pane -p | sed -n '1p;$p'
|
||||
# Assert that we didn't change the command line.
|
||||
# CHECK: prompt 3> begin
|
||||
# Also ensure that the pager is actually fully disclosed.
|
||||
# CHECK: rows 1 to 6 of 10
|
||||
# CHECK: rows 1 to {{\d+}} of {{\d+}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user