diff --git a/test/test_go.rb b/test/test_go.rb index 83d189f5..a1ea33a5 100755 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -1846,7 +1846,7 @@ module TestShell tmux.send_keys 'C-r' tmux.until { |lines| lines.match_count.positive? } end - tmux.send_keys '3d' + tmux.send_keys 'e3d' # Duplicates removed: 3d (1) + 3rd (1) => 2 matches tmux.until { |lines| lines.match_count == 2 } tmux.until { |lines| lines[-3].end_with? 'echo 3d' }