summaryrefslogtreecommitdiff
path: root/test/test_exec.rb
diff options
context:
space:
mode:
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 }