Commit 49519b5
committed
test(builder): version-robust layout-error match
why: tmux's invalid-layout error wording varies by version — "invalid
layout: not-a-layout" on 3.7 versus "select-layout: can't set layout:
not-a-layout" on 3.2a — so the strict "invalid layout" match passed
local 3.7 but failed CI on tmux 3.2a.
what:
- Match the rejected layout name "not-a-layout" (echoed by both
versions) in test_synchronize_restores_state_when_pane_setup_aborts1 parent 565a968 commit 49519b5
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2325 | 2325 | | |
2326 | 2326 | | |
2327 | 2327 | | |
2328 | | - | |
| 2328 | + | |
| 2329 | + | |
| 2330 | + | |
| 2331 | + | |
2329 | 2332 | | |
2330 | 2333 | | |
2331 | 2334 | | |
| |||
0 commit comments