mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-11 19:39:26 -07:00
tests/readconfig: spice doesn't support unix socket on windows yet
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20230103110814.3726795-6-marcandre.lureau@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
parent
057733f2e5
commit
beecc4b78d
1 changed files with 4 additions and 2 deletions
|
|
@ -109,8 +109,10 @@ static void test_spice(void)
|
|||
QTestState *qts;
|
||||
const char *cfgdata =
|
||||
"[spice]\n"
|
||||
"disable-ticketing = \"on\"\n"
|
||||
"unix = \"on\"\n";
|
||||
#ifndef WIN32
|
||||
"unix = \"on\"\n"
|
||||
#endif
|
||||
"disable-ticketing = \"on\"\n";
|
||||
|
||||
qts = qtest_init_with_config(cfgdata);
|
||||
/* Test valid command */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue