]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-yaboot-partition.c
test/parser: Update test cases as per new parser requesting conf files
[petitboot] / test / parser / test-yaboot-partition.c
index 25aa98f0c8c6642df007340d07ae34f5f1e95cc8..462aee927438afb8913479fb08f5e90dbdd17cdf 100644 (file)
@@ -1,4 +1,5 @@
 #include "parser-test.h"
 #include "parser-test.h"
+#include <stdio.h>
 
 #if 0 /* PARSER_EMBEDDED_CONFIG */
 device=sda
 
 #if 0 /* PARSER_EMBEDDED_CONFIG */
 device=sda
@@ -14,7 +15,8 @@ void run_test(struct parser_test *test)
        struct discover_context *ctx;
        struct discover_device *dev;
 
        struct discover_context *ctx;
        struct discover_device *dev;
 
-       test_read_conf_embedded(test);
+       test_read_conf_embedded(test, "/yaboot.conf");
+
        test_run_parser(test, "yaboot");
 
        ctx = test->ctx;
        test_run_parser(test, "yaboot");
 
        ctx = test->ctx;