mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 15:53:39 -05:00
Fix Travis CI build
This commit is contained in:
@@ -77,8 +77,10 @@ class Tmux
|
||||
end
|
||||
|
||||
def close
|
||||
send_keys 'C-c', 'C-u', 'exit', :Enter
|
||||
wait { closed? }
|
||||
wait do
|
||||
send_keys 'C-c', 'C-u', 'exit', :Enter
|
||||
closed?
|
||||
end
|
||||
end
|
||||
|
||||
def kill
|
||||
|
||||
Reference in New Issue
Block a user