Re: [PATCH v2 2/9] tests: fix test-io-channel-command on win32

2023-02-07 Thread Marc-André Lureau
Hi On Mon, Feb 6, 2023 at 12:09 PM Thomas Huth wrote: > > On 29/01/2023 19.24, marcandre.lur...@redhat.com wrote: > > From: Marc-André Lureau > > > > socat "PIPE:"" on Windows are named pipes, not fifo path names. > > > > Fixes: commit 68406d10859 ("tests/unit: cleanups for > > test-io-channel-

Re: [PATCH v2 2/9] tests: fix test-io-channel-command on win32

2023-02-06 Thread Philippe Mathieu-Daudé
On 29/1/23 19:24, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau socat "PIPE:"" on Windows are named pipes, not fifo path names. Fixes: commit 68406d10859 ("tests/unit: cleanups for test-io-channel-command") Signed-off-by: Marc-André Lureau --- tests/unit/test-io-channel-command

Re: [PATCH v2 2/9] tests: fix test-io-channel-command on win32

2023-02-06 Thread Thomas Huth
On 29/01/2023 19.24, marcandre.lur...@redhat.com wrote: From: Marc-André Lureau socat "PIPE:"" on Windows are named pipes, not fifo path names. Fixes: commit 68406d10859 ("tests/unit: cleanups for test-io-channel-command") Signed-off-by: Marc-André Lureau --- tests/unit/test-io-channel-comm

[PATCH v2 2/9] tests: fix test-io-channel-command on win32

2023-01-29 Thread marcandre . lureau
From: Marc-André Lureau socat "PIPE:"" on Windows are named pipes, not fifo path names. Fixes: commit 68406d10859 ("tests/unit: cleanups for test-io-channel-command") Signed-off-by: Marc-André Lureau --- tests/unit/test-io-channel-command.c | 6 ++ 1 file changed, 6 insertions(+) diff --g