mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-13 00:46:28 +00:00
Fix Travis CI build
This commit is contained in:
parent
8b618f7439
commit
77048f3e3b
@ -559,8 +559,8 @@ class TestGoFZF < TestBase
|
|||||||
tmux.send_keys keys
|
tmux.send_keys keys
|
||||||
tmux.until { |lines| lines[-2].include? '1/100' }
|
tmux.until { |lines| lines[-2].include? '1/100' }
|
||||||
tmux.send_keys :Enter
|
tmux.send_keys :Enter
|
||||||
|
readonce
|
||||||
end
|
end
|
||||||
readonce
|
|
||||||
assert_equal input[1..-1], File.readlines(history_file)
|
assert_equal input[1..-1], File.readlines(history_file)
|
||||||
|
|
||||||
# Update history entries (not changed on disk)
|
# Update history entries (not changed on disk)
|
||||||
|
Loading…
Reference in New Issue
Block a user