diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-11-23 23:05:52 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-23 23:05:52 +0800 |
commit | b514edcdf4747b2ebf00a97f89f310d6d4f090f5 (patch) | |
tree | b371ce35b39331886cfceba123fca868d5b0de94 /test/functional/ui/embed_spec.lua | |
parent | c126a3756a09716ed64fd2acb9eee5d411c4aa7b (diff) | |
download | rneovim-b514edcdf4747b2ebf00a97f89f310d6d4f090f5.tar.gz rneovim-b514edcdf4747b2ebf00a97f89f310d6d4f090f5.tar.bz2 rneovim-b514edcdf4747b2ebf00a97f89f310d6d4f090f5.zip |
test: remove the pipe created by new_pipename() (#26173)
Diffstat (limited to 'test/functional/ui/embed_spec.lua')
-rw-r--r-- | test/functional/ui/embed_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/ui/embed_spec.lua b/test/functional/ui/embed_spec.lua index e59a95c325..9729f65355 100644 --- a/test/functional/ui/embed_spec.lua +++ b/test/functional/ui/embed_spec.lua @@ -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) |