Subject: | Windows & the db tests in test files |
Windows has a hard time deleting files once they been opened in a process. As such rerunning the 'make test' command then emits failures.
The fix is to add "unlink './t/table.db';" to t/02_table.t and "unlink './t/multi_pk.db';" to t/03_multi_pk.t, both after the use declarations.
This is only applicable to automated testing, hence why this is on the wishlist.