fix formatted option no init test

This commit is contained in:
Vincent Sanders 2016-08-06 01:29:43 +01:00
parent 62b76bf31a
commit 40ae120360

View File

@ -629,7 +629,7 @@ END_TEST
START_TEST(nsoption_api_snoptionf_no_init_test)
{
int ret;
ret = nsoption_snoptionf(NULL, 0, 0, NULL);
ret = nsoption_snoptionf(NULL, 0, 0, "");
ck_assert_int_eq(ret, -1);
}
END_TEST