diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-05-18 12:57:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-18 12:57:04 +0800 |
commit | 6e414b698cbcc4f1e42564febad030d1a0a52230 (patch) | |
tree | 71d6d12f3b06ddf955ac4bd804135a5691fd70d1 /test/functional/api/buffer_updates_spec.lua | |
parent | b70856009dadacddd8eb95c7cd462c86b1c13209 (diff) | |
download | rneovim-6e414b698cbcc4f1e42564febad030d1a0a52230.tar.gz rneovim-6e414b698cbcc4f1e42564febad030d1a0a52230.tar.bz2 rneovim-6e414b698cbcc4f1e42564febad030d1a0a52230.zip |
test: unskip tests on Windows (#18600)
Remove the command('qall!') from mksession_spec.lua because it prevents
helpers.rmdir() from retrying.
Allow extra trailing spaces when matching terminal lines.
Diffstat (limited to 'test/functional/api/buffer_updates_spec.lua')
-rw-r--r-- | test/functional/api/buffer_updates_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/api/buffer_updates_spec.lua b/test/functional/api/buffer_updates_spec.lua index 097757f53d..2728dcf74c 100644 --- a/test/functional/api/buffer_updates_spec.lua +++ b/test/functional/api/buffer_updates_spec.lua @@ -828,7 +828,6 @@ describe('API: buffer events:', function() end it('when :terminal lines change', function() - if helpers.pending_win32(pending) then return end local buffer_lines = {} local expected_lines = {} command('terminal "'..nvim_prog..'" -u NONE -i NONE -n -c "set shortmess+=A"') |