Problem: Some tests do not clean up properly.
Solution: Delete created files. (Yegappan Lakshmanan, closes #9611)
call delete('0', 'rf')
call delete('0.orig', 'rf')
+ call delete('Xfile1Dict')
+ call delete('Xfile1Dict.something')
+ call delete('XfileProperties')
+ call delete('XfileProperties.something')
filetype off
endfunc
" clean up
call StopVimInTerminal(buf)
call delete('Xtest_fileinfo_after_echo')
+ call delete('b.txt')
endfunc
" vim: shiftwidth=2 sts=2 expandtab
diffoff!
bwipe!
bwipe!
+ delete('Xdiffexpr')
enddef
def Test_import_in_patchexpr()
bwipe!
bwipe!
set includeexpr=
- delete('Xinclude')
+ delete('Xinclude.vim')
delete('Xthisfile')
enddef
writefile(lines, 'Xscriptname.vim')
CheckScriptFailure(lines, 'E1263:')
- delete('Xscriptname')
+ delete('Xscriptname.vim')
enddef
def Test_import_autoload_postponed()
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 4200,
/**/
4199,
/**/