From a4391aeedd4fec1865d2d646711f58d04058531b Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 27 Apr 2024 18:36:37 +0900 Subject: Add --with-shell for shelling out with different command and flags (#3746) Close #3732 --- 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 b08ac72b..f58b789e 100755 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -1974,7 +1974,7 @@ class TestGoFZF < TestBase tmux.until { |lines| assert_equal 10, lines.item_count } end - def test_reload_should_terminate_stadard_input_stream + def test_reload_should_terminate_standard_input_stream tmux.send_keys %(ruby -e "STDOUT.sync = true; loop { puts 1; sleep 0.1 }" | fzf --bind 'start:reload(seq 100)'), :Enter tmux.until { |lines| assert_equal 100, lines.item_count } end -- cgit v1.2.3