mirror of
https://gitlab.xiph.org/xiph/ezstream.git
synced 2024-12-04 14:46:31 -05:00
Test error branch w/o triggering a Valgrind error
This commit is contained in:
parent
4c3a4a38bb
commit
865dbfe682
@ -149,7 +149,7 @@ END_TEST
|
|||||||
|
|
||||||
START_TEST(test_file_check)
|
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);
|
ck_assert_int_eq(cfg_file_check(SRCDIR "/check_cfg.c"), 0);
|
||||||
}
|
}
|
||||||
END_TEST
|
END_TEST
|
||||||
|
Loading…
Reference in New Issue
Block a user