Skip to content
Snippets Groups Projects
Unverified Commit 48863ac5 authored by Junegunn Choi's avatar Junegunn Choi
Browse files

Update invalid $TERM test case

parent d64828ce
No related branches found
No related tags found
No related merge requests found
......@@ -1081,7 +1081,7 @@ class TestGoFZF < TestBase
end
def test_invalid_term
lines = `TERM=xxx #{FZF}`
lines = `TERM=xxx #{FZF} 2>&1`
assert_equal 2, $?.exitstatus
assert lines.include?('Invalid $TERM: xxx') || lines.include?('terminal entry not found')
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment