mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03: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:
@@ -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+}}
|
||||
|
||||
Reference in New Issue
Block a user