mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
vim-patch:8.2.2112: running tests may leave some files behind
Problem: Running tests may leave some files behind.
Solution: Delete the right files. Fix a few typos. (Dominique Pellé,
closes vim/vim#7436
ac665c24c9
Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
parent
0ff3187fb8
commit
3d9593523d
@ -424,7 +424,7 @@ func Test_mksession_terminal_no_restore_cmdarg()
|
||||
let term_cmd = ''
|
||||
for line in lines
|
||||
if line =~ '^terminal'
|
||||
call assert_report('session must not restore teminal')
|
||||
call assert_report('session must not restore terminal')
|
||||
endif
|
||||
endfor
|
||||
|
||||
@ -439,7 +439,7 @@ func Test_mksession_terminal_no_restore_funcarg()
|
||||
let term_cmd = ''
|
||||
for line in lines
|
||||
if line =~ '^terminal'
|
||||
call assert_report('session must not restore teminal')
|
||||
call assert_report('session must not restore terminal')
|
||||
endif
|
||||
endfor
|
||||
|
||||
@ -455,7 +455,7 @@ func Test_mksession_terminal_no_restore_func()
|
||||
let term_cmd = ''
|
||||
for line in lines
|
||||
if line =~ '^terminal'
|
||||
call assert_report('session must not restore teminal')
|
||||
call assert_report('session must not restore terminal')
|
||||
endif
|
||||
endfor
|
||||
|
||||
@ -471,7 +471,7 @@ func Test_mksession_terminal_no_ssop()
|
||||
let term_cmd = ''
|
||||
for line in lines
|
||||
if line =~ '^terminal'
|
||||
call assert_report('session must not restore teminal')
|
||||
call assert_report('session must not restore terminal')
|
||||
endif
|
||||
endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user