We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa1036 commit 9d8d053Copy full SHA for 9d8d053
1 file changed
test/main.c
@@ -358,6 +358,7 @@ void* worker(void* arg) {
358
359
int main (void) {
360
int rc = SQLITE_OK;
361
+ remove(DB_PATH); // remove the database file if it exists
362
363
cloudsync_memory_init(1);
364
0 commit comments