summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2024-04-04 00:05:55 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2024-04-04 00:05:55 +0900
commit8a2df7971186884b3115db68b751622f1f683481 (patch)
tree9569fdc9ea893456670cec705c3593bf60db87d8 /test
parentc30e486b648c1540a660802a5015aeca208274fa (diff)
Do not hide separator by default on --info=inline-right|hidden
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