]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-pxe-non-url-conf.c
discover: Use pxeconffile for udhcpc option name
[petitboot] / test / parser / test-pxe-non-url-conf.c
index e8bb849e586659f36239b62156c4a9ade5d0a8a4..08f246a9fd88b976c2aa1bce4526d21694c3cac6 100644 (file)
@@ -19,7 +19,7 @@ void run_test(struct parser_test *test)
 
        test_set_event_source(test);
        test_set_event_param(test->ctx->event, "siaddr", "host");
-       test_set_event_param(test->ctx->event, "conffile", "conf.txt");
+       test_set_event_param(test->ctx->event, "pxeconffile", "conf.txt");
 
        test_run_parser(test, "pxe");