xbps_xasprintf: do not return NULL anymore; remove checks for this.
This commit is contained in:
@@ -70,7 +70,6 @@ ATF_TC_BODY(find_virtualpkg_dict_installed_test, tc)
|
||||
/* get test source dir */
|
||||
tcsdir = atf_tc_get_config_var(tc, "srcdir");
|
||||
cffile = xbps_xasprintf("%s/xbps.conf", tcsdir);
|
||||
ATF_REQUIRE(cffile != NULL);
|
||||
|
||||
/* initialize xbps */
|
||||
memset(&xh, 0, sizeof(xh));
|
||||
|
Reference in New Issue
Block a user