X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=test%2Fparser%2Fparser-test.c;h=bf4ac6c80ac786403528c403fd951bbcb7712851;hp=33b411b2e4dbe1e29f055526e66d3ad9ee8f8a15;hb=5e7c90eddd7ac2e4a3b05a7a5f6e29166edfa161;hpb=45e92aa32a80fdbbf5ad3ad64e34b1ac872018ef diff --git a/test/parser/parser-test.c b/test/parser/parser-test.c index 33b411b..bf4ac6c 100644 --- a/test/parser/parser-test.c +++ b/test/parser/parser-test.c @@ -110,7 +110,7 @@ int main(int argc, char **argv) argv[1], argv[2]); ctx->device->device->id = talloc_strdup(ctx->device->device, argv[2]); - iterate_parsers(ctx); + iterate_parsers(ctx, CONF_METHOD_LOCAL_FILE); pb_log("--- end ---\n");