tests: fix non-controversial misuse of pending (#11247)

Ref: https://github.com/neovim/neovim/pull/11184
This commit is contained in:
Daniel Hahler
2019-10-18 04:46:30 +02:00
committed by GitHub
parent 0785f8e8b1
commit 4bbad54817
8 changed files with 13 additions and 22 deletions

View File

@@ -50,8 +50,7 @@ local function test_embed(ext_linegrid)
it("doesn't erase output when setting color scheme", function()
if 'openbsd' == helpers.uname() then
pending('FIXME #10804', function() end)
return
pending('FIXME #10804')
end
startup('--cmd', 'echoerr "foo"', '--cmd', 'color default', '--cmd', 'echoerr "bar"')
screen:expect([[