From 41bcbe342ff70020bd7aa776ca041205aa970f43 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 1 Jun 2024 13:20:12 +0900 Subject: Revert "An '--expect' key should execute actions bound to the key" To be backward compatible. Close #3829 --- test/test_go.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/test_go.rb b/test/test_go.rb index dfb338e8..6675f775 100755 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -594,7 +594,7 @@ class TestGoFZF < TestBase tmux.send_keys "seq 1 100 | #{fzf('--query 1 --print-query --expect z --bind z:up+up')}", :Enter tmux.until { |lines| assert_equal 20, lines.match_count } tmux.send_keys('z') - assert_equal %w[1 z 11], fzf_output_lines + assert_equal %w[1 z 1], fzf_output_lines end def test_expect_print_query -- cgit v1.2.3