summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/parser/parser-test.c2
1 files changed, 1 insertions, 1 deletions
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");
OpenPOWER on IntegriCloud