X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-pxe-empty.c;fp=test%2Fparser%2Ftest-pxe-empty.c;h=df3b233716897e6344e8f53af77c544208554e07;hp=fbc1d8a7d0ef2f8fc7dc3ac9b47cfdb7fbdb571e;hb=08e967ee301b502b2114e3855210a0b2600d095c;hpb=fc95dc4ecc55c3dd4e429c6b5530ae2672d7ca1f diff --git a/test/parser/test-pxe-empty.c b/test/parser/test-pxe-empty.c index fbc1d8a..df3b233 100644 --- a/test/parser/test-pxe-empty.c +++ b/test/parser/test-pxe-empty.c @@ -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");