mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +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_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')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user