tests/db_test: close the database when test is finished

Change-Id: I96fedf9181e89e4d68815b04f494a9c2ecc0e057
This commit is contained in:
Vadim Yanitskiy 2019-07-26 18:38:49 +07:00
parent 37642177f9
commit dc30154fdf
1 changed files with 1 additions and 0 deletions

View File

@ -979,6 +979,7 @@ int main(int argc, char **argv)
test_subscr_sqn();
printf("Done\n");
db_close(dbc);
return 0;
}