summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-06-14 02:51:36 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-06-14 02:51:45 +0900
commit77048f3e3bb47d8322863e7ac002fbf6f3c222bf (patch)
tree0f1acadd51d7f79ba844c9a088e379ee4718d87e
parent8b618f743914311662b09ecc549e4c9aa53540dc (diff)
Fix Travis CI build
-rw-r--r--test/test_go.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_go.rb b/test/test_go.rb
index 43fb5559..5521002d 100644
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -559,8 +559,8 @@ class TestGoFZF < TestBase
tmux.send_keys keys
tmux.until { |lines| lines[-2].include? '1/100' }
tmux.send_keys :Enter
+ readonce
end
- readonce
assert_equal input[1..-1], File.readlines(history_file)
# Update history entries (not changed on disk)