mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test(fileio_spec): fix files not cleaned up properly (#25483)
This commit is contained in:
parent
6851b265ba
commit
04af9d49ee
@ -40,6 +40,7 @@ describe('fileio', function()
|
||||
os.remove('Xtest_startup_file1')
|
||||
os.remove('Xtest_startup_file1~')
|
||||
os.remove('Xtest_startup_file2')
|
||||
os.remove('Xtest_startup_file2~')
|
||||
os.remove('Xtest_тест.md')
|
||||
os.remove('Xtest-u8-int-max')
|
||||
os.remove('Xtest-overwrite-forced')
|
||||
@ -136,7 +137,7 @@ describe('fileio', function()
|
||||
it('backup with full path with spaces', function()
|
||||
skip(is_ci('cirrus'))
|
||||
clear()
|
||||
mkdir('Xtest_backup with spaces')
|
||||
mkdir('Xtest_backupdir with spaces')
|
||||
command('set backup')
|
||||
command('set backupdir=Xtest_backupdir\\ with\\ spaces//')
|
||||
command('write Xtest_startup_file1')
|
||||
|
Loading…
Reference in New Issue
Block a user