diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-09-16 21:22:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-16 21:22:56 +0900 |
| commit | a67aa85820c2e278e1c32fb8fdfe137523537ccb (patch) | |
| tree | 05f9f818606d18fd34c56037f0033a4540d41082 /test/test_exec.rb | |
| parent | c5cabe1691a0c486ae0ac733106aa1b843db2f59 (diff) | |
| download | fzf-a67aa85820c2e278e1c32fb8fdfe137523537ccb.tar.gz | |
Style change: thinner gutter column (#4521)
Diffstat (limited to 'test/test_exec.rb')
| -rw-r--r-- | test/test_exec.rb | 2 |
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 } |
