summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_go.rb b/test/test_go.rb
index 5c07dde2..dc4d646a 100755
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -1719,7 +1719,7 @@ class TestGoFZF < TestBase
end
def test_info_hidden
- tmux.send_keys 'seq 10 | fzf --info=hidden', :Enter
+ tmux.send_keys 'seq 10 | fzf --info=hidden --no-separator', :Enter
tmux.until { |lines| assert_equal '> 1', lines[-2] }
end