diff options
| author | ckelsel <ckelsel@hotmail.com> | 2017-08-05 09:56:31 +0800 |
|---|---|---|
| committer | ckelsel <ckelsel@hotmail.com> | 2017-08-05 09:56:31 +0800 |
| commit | 0743684199238006331032ca26a947c579c59a5e (patch) | |
| tree | 1d5bb4969bcf901e9d1ecd8472856f9c93883c66 /src/nvim/testdir/test49.vim | |
| parent | 9b3ed62b5a841c24f798f1fcc4adb3cfe7667b5b (diff) | |
| parent | 37dd5ded7c74d70358ab0539d6ed978816b778f5 (diff) | |
| download | rneovim-0743684199238006331032ca26a947c579c59a5e.tar.gz rneovim-0743684199238006331032ca26a947c579c59a5e.tar.bz2 rneovim-0743684199238006331032ca26a947c579c59a5e.zip | |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/nvim/testdir/test49.vim')
| -rw-r--r-- | src/nvim/testdir/test49.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nvim/testdir/test49.vim b/src/nvim/testdir/test49.vim index 467abcd9b9..a0e170dea4 100644 --- a/src/nvim/testdir/test49.vim +++ b/src/nvim/testdir/test49.vim @@ -481,9 +481,12 @@ function! ExtraVim(...) bwipeout let g:Xpath = g:Xpath + sum + " FIXME(nvim): delete() of a file used by a subprocess hangs TSAN build on travis CI. + if !empty($TRAVIS) " Delete the extra script and the resultfile. call delete(extra_script) call delete(resultfile) + endif " Switch back to the buffer that was active when this function was entered. exec "buffer" current_buffnr |