summaryrefslogtreecommitdiffstats
path: root/test/parser/test-grub2-empty.c
blob: c7ebbeb3ec31c91780d8bcc14044a7ebb4a3b7fe (plain)
1
2
3
4
5
6
7
8
9
10

#include "parser-test.h"

void run_test(struct parser_test *test)
{
	__test_read_conf_data(test, test->ctx->device,
			"/grub2/grub.cfg", "", 0);
	test_run_parser(test, "grub2");
	check_boot_option_count(test->ctx, 0);
}
OpenPOWER on IntegriCloud