mirror of
https://github.com/junegunn/fzf.git
synced 2025-07-31 04:02:01 -07: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