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