test: remove the pipe created by new_pipename() (#26173)

This commit is contained in:
zeertzjq
2023-11-23 23:05:52 +08:00
committed by GitHub
parent c126a3756a
commit b514edcdf4
2 changed files with 3 additions and 1 deletions

View File

@@ -144,7 +144,6 @@ describe('--embed --listen UI', function()
helpers.skip(helpers.is_os('win'))
clear()
local child_server = assert(helpers.new_pipename())
uv.fs_unlink(child_server)
funcs.jobstart({nvim_prog, '--embed', '--listen', child_server, '--clean'})
retry(nil, nil, function() neq(nil, uv.fs_stat(child_server)) end)