mirror of
https://github.com/mii443/qemu.git
synced 2025-12-03 11:08:25 +00: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:
committed by
Thomas Huth
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 */
|
||||
|
||||
Reference in New Issue
Block a user