]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-pxe-empty.c
Change parser interface to allow stat
[petitboot] / test / parser / test-pxe-empty.c
index fbc1d8a7d0ef2f8fc7dc3ac9b47cfdb7fbdb571e..df3b233716897e6344e8f53af77c544208554e07 100644 (file)
@@ -12,7 +12,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");