test: avoid name collisions with Xtest directory (#23019)

This commit is contained in:
kylo252
2023-04-11 11:18:54 +02:00
committed by GitHub
parent dcaf207336
commit aab95ec67e
4 changed files with 20 additions and 17 deletions

View File

@@ -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')