mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
The integration test cleanup was deleting the shared temp directory (rmSync on dirname(DB_PATH)), which causes SQLITE_IOERR_FSTAT in other test files that still reference the same database. The temp directory uses a random UUID under /tmp and is cleaned up by the OS.