summary refs log tree commit diff stats
path: root/tests/boot-order-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/boot-order-test.c')
-rw-r--r--tests/boot-order-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/boot-order-test.c b/tests/boot-order-test.c
index da158c32bd..360a6911eb 100644
--- a/tests/boot-order-test.c
+++ b/tests/boot-order-test.c
@@ -34,7 +34,7 @@ static void test_a_boot_order(const char *machine,
     char *args;
     uint64_t actual;
 
-    args = g_strdup_printf("-nodefaults -display none%s%s %s",
+    args = g_strdup_printf("-nodefaults%s%s %s",
                            machine ? " -M " : "",
                            machine ?: "",
                            test_args);