This loop goes through and gives a numeric label to each pane, even though we name the panes properly shortly thereafter. Looks like a leftover from some earlier version. Remove it. Signed-off-by: David Gibson <david(a)gibson.dropbear.id.au> --- test/lib/layout | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/lib/layout b/test/lib/layout index 9b16c4d..3875dec 100644 --- a/test/lib/layout +++ b/test/lib/layout @@ -137,10 +137,6 @@ layout_two_guests() { tmux split-window -h -l '35%' -t passt_test:1.0 tmux split-window -v -t passt_test:1.0 - for i in `seq 0 5`; do - tmux select-pane -t $i -T "${i}" - done - PANE_GUEST_1=0 PANE_GUEST_2=1 PANE_INFO=2 -- 2.37.3