summaryrefslogtreecommitdiff
path: root/tests/qom-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qom-test.c')
-rw-r--r--tests/qom-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qom-test.c b/tests/qom-test.c
index 6ed23c5e54..499be40261 100644
--- a/tests/qom-test.c
+++ b/tests/qom-test.c
@@ -18,7 +18,7 @@ static void test_nop(gconstpointer data)
const char *machine = data;
char *args;
- args = g_strdup_printf("-display none -machine %s", machine);
+ args = g_strdup_printf("-machine %s", machine);
s = qtest_start(args);
if (s) {
qtest_quit(s);