]> git.ozlabs.org Git - petitboot/blob - test-yaboot-empty.c
00d08ad6fe378f1edf673184e52c0b1de429beba
[petitboot] / test-yaboot-empty.c
1 #include "parser-test.h"
2
3 static const char empty[] = "";
4
5 void run_test(struct parser_test *test)
6 {
7         test_read_conf_data(test, "/etc/yaboot.conf", empty);
8
9         test_run_parser(test, "yaboot");
10
11         check_boot_option_count(test->ctx, 0);
12 }