X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=test%2Fparser%2Ftest-syslinux-explicit.c;h=82030bf72c2df3ea0f302e9b93f05a732500f3b1;hb=ab6a8ba7eed7b53c9fc6366edc3215f9ec1c3a68;hp=5d23f50001b60b7235235ed719872254eef909ea;hpb=02af1caf9df8e43ebb9555069cb014e60bb7ec6d;p=petitboot 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"); }