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