Update invalid $TERM test case
This commit is contained in:
parent
d64828ce6d
commit
48863ac55c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user