Skip to content

Commit 9d8d053

Browse files
committed
fix(integration-test): remove db if it exists
1 parent bfa1036 commit 9d8d053

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/main.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ void* worker(void* arg) {
358358

359359
int main (void) {
360360
int rc = SQLITE_OK;
361+
remove(DB_PATH); // remove the database file if it exists
361362

362363
cloudsync_memory_init(1);
363364

0 commit comments

Comments
 (0)