diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2017-01-22 17:41:47 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2017-01-22 17:41:47 +0900 |
| commit | e5017c0431b1dbecff8ba8a170f7bb74f1760108 (patch) | |
| tree | 1f4bc2c2890e143d1c1ea1a291c8326191d1902e /test | |
| parent | cbb5134874ec0bf2a7b6a701f4e1a844f5303067 (diff) | |
| download | fzf-e5017c0431b1dbecff8ba8a170f7bb74f1760108.tar.gz | |
Remove unnecesasry test case
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_go.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_go.rb b/test/test_go.rb index a3523206..6f2deb1d 100644 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -1095,12 +1095,6 @@ class TestGoFZF < TestBase assert_equal 1, $?.exitstatus end - def test_invalid_term - lines = `TERM=xxx #{FZF} 2>&1` - assert_equal 2, $?.exitstatus - assert lines.include?('Invalid $TERM: xxx') || lines.include?('terminal entry not found') - end - def test_invalid_option lines = `#{FZF} --foobar 2>&1` assert_equal 2, $?.exitstatus |
