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:
Johannes Altmanninger 2021-12-02 15:06:47 +01:00
parent 124dac4781
commit 0c76b571c7

View File

@ -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+}}