]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-syslinux-single-yocto.c
discover/syslinux-parser: consistent cmdline arg processing
[petitboot] / test / parser / test-syslinux-single-yocto.c
index e5e084d2869a4d81d8c8cbec41c029762f657910..dd265772d4a58c13ef6cd4e8582bb745636d518d 100644 (file)
@@ -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");
 }