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
@ -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…
Reference in New Issue
Block a user