mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-25 06:07:42 +00:00
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…
Reference in New Issue
Block a user