summaryrefslogtreecommitdiff
path: root/test/test_exec.rb
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-09-16 21:22:56 +0900
committerGitHub <noreply@github.com>2025-09-16 21:22:56 +0900
commita67aa85820c2e278e1c32fb8fdfe137523537ccb (patch)
tree05f9f818606d18fd34c56037f0033a4540d41082 /test/test_exec.rb
parentc5cabe1691a0c486ae0ac733106aa1b843db2f59 (diff)
downloadfzf-a67aa85820c2e278e1c32fb8fdfe137523537ccb.tar.gz
Style change: thinner gutter column (#4521)
Diffstat (limited to 'test/test_exec.rb')
-rw-r--r--test/test_exec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_exec.rb b/test/test_exec.rb
index c02e8c94..339a2bde 100644
--- a/test/test_exec.rb
+++ b/test/test_exec.rb
@@ -403,7 +403,7 @@ class TestExec < TestInteractive
end
def test_become
- tmux.send_keys "seq 100 | #{FZF} --bind 'enter:become:seq {} | #{FZF}'", :Enter
+ tmux.send_keys "seq 100 | fzf --bind 'enter:become:seq {} | fzf'", :Enter
tmux.until { |lines| assert_equal 100, lines.match_count }
tmux.send_keys 999
tmux.until { |lines| assert_equal 0, lines.match_count }