From 3984725b808eade77cb96d8e379821611cbed026 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 4 Aug 2024 10:40:16 +0200 Subject: [PATCH] Fix tmux-complete test for old tmux versions The CentOS Stream image I used provided tmux 2.7 which doesn't know about the "Delete" alias. --- tests/checks/tmux-complete.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/tmux-complete.fish b/tests/checks/tmux-complete.fish index 28210bd54..9c6498e0a 100644 --- a/tests/checks/tmux-complete.fish +++ b/tests/checks/tmux-complete.fish @@ -107,7 +107,7 @@ isolated-tmux send-keys C-u 'bind \cs forward-char-passive' Enter C-l isolated-tmux send-keys C-u 'bind \cb backward-char-passive' Enter C-l isolated-tmux send-keys C-u 'echo do not accept this' Enter C-l tmux-sleep -isolated-tmux send-keys 'echo do not accept thi' C-b C-b Delete C-b C-s 'h' +isolated-tmux send-keys 'echo do not accept thi' C-b C-b DC C-b C-s 'h' tmux-sleep isolated-tmux send-keys C-s C-s C-s 'x' isolated-tmux capture-pane -p