X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Ftest-pxe-empty.c;h=df3b233716897e6344e8f53af77c544208554e07;hp=fbc1d8a7d0ef2f8fc7dc3ac9b47cfdb7fbdb571e;hb=a51beb34277a01ca577c35d6a66ceab38e6de67c;hpb=cc28b17bb59411e6031a8273b784e9d1d3a9490d 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");