summaryrefslogtreecommitdiff
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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/boot-order-test.c b/tests/boot-order-test.c
index 766981df83..1a8e22a85f 100644
--- a/tests/boot-order-test.c
+++ b/tests/boot-order-test.c
@@ -102,6 +102,7 @@ static void test_powermac_boot_order(void)
test_powermac_with_args(newworld, "", 'c', 'c');
test_powermac_with_args(newworld, "-boot c", 'c', 'c');
test_powermac_with_args(newworld, "-boot d", 'd', 'd');
+ test_powermac_with_args(newworld, "-boot once=d,order=c", 'd', 'c');
}
}