X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-syslinux-explicit.c;h=82030bf72c2df3ea0f302e9b93f05a732500f3b1;hp=5d23f50001b60b7235235ed719872254eef909ea;hb=7edc34c4ee8dc0913ea1a4ec64d3fbe6d64afc6d;hpb=02af1caf9df8e43ebb9555069cb014e60bb7ec6d diff --git a/test/parser/test-syslinux-explicit.c b/test/parser/test-syslinux-explicit.c index 5d23f50..82030bf 100644 --- a/test/parser/test-syslinux-explicit.c +++ b/test/parser/test-syslinux-explicit.c @@ -36,6 +36,6 @@ void run_test(struct parser_test *test) check_name(opt, "backup"); check_resolved_local_resource(opt->boot_image, ctx->device, "/backup/vmlinuz"); - check_args(opt, " root=/dev/sdb"); + check_args(opt, "root=/dev/sdb"); check_resolved_local_resource(opt->initrd, ctx->device, "/boot/initrd"); }