X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-syslinux-single-yocto.c;h=dd265772d4a58c13ef6cd4e8582bb745636d518d;hp=e5e084d2869a4d81d8c8cbec41c029762f657910;hb=0e9f4d38b19c2d7557528ef5b11b93377525cd55;hpb=02af1caf9df8e43ebb9555069cb014e60bb7ec6d diff --git a/test/parser/test-syslinux-single-yocto.c b/test/parser/test-syslinux-single-yocto.c index e5e084d..dd26577 100644 --- a/test/parser/test-syslinux-single-yocto.c +++ b/test/parser/test-syslinux-single-yocto.c @@ -32,5 +32,5 @@ void run_test(struct parser_test *test) check_name(opt, "boot"); check_resolved_local_resource(opt->boot_image, ctx->device, "/vmlinuz"); check_is_default(opt); - check_args(opt, " console=ttyS0,115200n8 console=tty0"); + check_args(opt, "console=ttyS0,115200n8 console=tty0"); }