1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-11-03 04:17:18 -05:00

Test error branch w/o triggering a Valgrind error

This commit is contained in:
Moritz Grimm 2015-05-20 00:34:26 +02:00
parent 4c3a4a38bb
commit 865dbfe682

View File

@ -149,7 +149,7 @@ END_TEST
START_TEST(test_file_check)
{
ck_assert_int_eq(cfg_file_check(NULL), -1);
ck_assert_int_eq(cfg_file_check(""), -1);
ck_assert_int_eq(cfg_file_check(SRCDIR "/check_cfg.c"), 0);
}
END_TEST