summaryrefslogtreecommitdiffstats
path: root/test/parser/test-grub2-ubuntu-13_04-x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/test-grub2-ubuntu-13_04-x86.c')
-rw-r--r--test/parser/test-grub2-ubuntu-13_04-x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parser/test-grub2-ubuntu-13_04-x86.c b/test/parser/test-grub2-ubuntu-13_04-x86.c
index 60f1b10..8f97858 100644
--- a/test/parser/test-grub2-ubuntu-13_04-x86.c
+++ b/test/parser/test-grub2-ubuntu-13_04-x86.c
@@ -34,7 +34,7 @@ void run_test(struct parser_test *test)
check_unresolved_resource(opt->boot_image);
check_not_present_resource(opt->initrd);
check_name(opt, "Memory test (memtest86+)");
- check_args(opt, "");
+ check_args(opt, NULL);
opt = get_boot_option(ctx, 4);
check_unresolved_resource(opt->boot_image);
OpenPOWER on IntegriCloud