mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-03 17:24:29 +00:00 
			
		
		
		
	test: avoid name collisions with Xtest directory (#23019)
This commit is contained in:
		@@ -393,7 +393,7 @@ describe('system()', function()
 | 
			
		||||
  end)
 | 
			
		||||
 | 
			
		||||
  describe('with output containing NULs', function()
 | 
			
		||||
    local fname = 'Xtest'
 | 
			
		||||
    local fname = 'Xtest_functional_vimscript_system_nuls'
 | 
			
		||||
 | 
			
		||||
    before_each(create_file_with_nuls(fname))
 | 
			
		||||
    after_each(delete_file(fname))
 | 
			
		||||
@@ -549,7 +549,7 @@ describe('systemlist()', function()
 | 
			
		||||
  end)
 | 
			
		||||
 | 
			
		||||
  describe('with output containing NULs', function()
 | 
			
		||||
    local fname = 'Xtest'
 | 
			
		||||
    local fname = 'Xtest_functional_vimscript_systemlist_nuls'
 | 
			
		||||
 | 
			
		||||
    before_each(function()
 | 
			
		||||
      command('set ff=unix')
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user