X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Funit%2Fcore%2Fstore_expr_test.c;fp=t%2Funit%2Fcore%2Fstore_expr_test.c;h=b15809a589bc890dd36ff5c8809bdf71b75cfd84;hb=241d29da17792fb73dcb9c64043eb42d5268307b;hp=679fb548418092fbe1377cd9232dadf07e1af928;hpb=08d98ffdb21f7fb57cc1e49aac72223bc9fb2eea;p=sysdb.git diff --git a/t/unit/core/store_expr_test.c b/t/unit/core/store_expr_test.c index 679fb54..b15809a 100644 --- a/t/unit/core/store_expr_test.c +++ b/t/unit/core/store_expr_test.c @@ -92,6 +92,8 @@ populate(void) size_t i; + sdb_store_init(); + for (i = 0; i < SDB_STATIC_ARRAY_LEN(hosts); ++i) { int status = sdb_store_host(hosts[i], 1); ck_assert(status == 0);