Skip to content

Commit

Permalink
smurf
Browse files Browse the repository at this point in the history
  • Loading branch information
justinmk committed May 15, 2016
1 parent 87a2c17 commit c6ebb93
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions test/functional/terminal/ex_terminal_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ describe(':terminal', function()
]])
end)

it('ex_terminal() double-free #4554', function()
source([[
autocmd BufNew * set shell=foo
terminal]])
-- Verify that BufNew actually fired (else the test is invalid).
eq('foo', eval('&shell'))
end)
-- it('ex_terminal() double-free #4554', function()
-- source([[
-- autocmd BufNew * set shell=foo
-- terminal]])
-- -- Verify that BufNew actually fired (else the test is invalid).
-- eq('foo', eval('&shell'))
-- end)

it('with bufhidden=delete #3958', function()
execute('set hidden')
Expand Down

0 comments on commit c6ebb93

Please sign in to comment.