]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-pxe-initrd-in-append.c
discover: Use pxeconffile for udhcpc option name
[petitboot] / test / parser / test-pxe-initrd-in-append.c
index 6cd2ef49311ca031b804598aa1cde03acd667fc6..2939e98eb50923dde3e824096a44f1bffe4d6c88 100644 (file)
@@ -17,7 +17,7 @@ void run_test(struct parser_test *test)
        test_read_conf_embedded(test, "conf.txt");
 
        test_set_event_source(test);
-       test_set_event_param(test->ctx->event, "conffile",
+       test_set_event_param(test->ctx->event, "pxeconffile",
                        "tftp://host/dir/conf.txt");
 
        test_run_parser(test, "pxe");