summaryrefslogtreecommitdiffstats
path: root/test/parser/test-yaboot-empty.c
blob: 00d08ad6fe378f1edf673184e52c0b1de429beba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "parser-test.h"

static const char empty[] = "";

void run_test(struct parser_test *test)
{
	test_read_conf_data(test, "/etc/yaboot.conf", empty);

	test_run_parser(test, "yaboot");

	check_boot_option_count(test->ctx, 0);
}
OpenPOWER on IntegriCloud