summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-11-07 02:15:34 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-11-08 02:06:34 +0900
commit898d8d94c858774b02668c1490068cf086a1f9f0 (patch)
tree4229f5c2b63b228e8e1e2d1609c3ce587c819162 /test
parent26895da96918f9b1956a04981c8af5f3e42fcbd8 (diff)
Fix issues in tcell renderer and Windows build
- Fix display of CJK wide characters - Fix horizontal offset of header lines - Add support for keys with ALT modifier, shift-tab, page-up and down - Fix util.ExecCommand to properly parse command-line arguments - Fix redraw on resize - Implement Pause/Resume for execute action - Remove runtime check of GOOS - Change exit status to 2 when tcell failed to start - TBD: Travis CI build for tcell renderer - Pending. tcell cannot reliably ingest keys from tmux send-keys
Diffstat (limited to 'test')
-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 f34d8b32..3fdfddd6 100644
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -1058,7 +1058,7 @@ class TestGoFZF < TestBase
def test_invalid_term
lines = `TERM=xxx #{FZF}`
assert_equal 2, $?.exitstatus
- assert lines.include?('Invalid $TERM: xxx')
+ assert lines.include?('Invalid $TERM: xxx') || lines.include?('terminal entry not found')
end
def test_invalid_option