diff --git a/extra/webapps/mason/backend/backend-tests.factor b/extra/webapps/mason/backend/backend-tests.factor index b36fc24a74..5b81a32c24 100644 --- a/extra/webapps/mason/backend/backend-tests.factor +++ b/extra/webapps/mason/backend/backend-tests.factor @@ -2,12 +2,12 @@ USING: continuations db db.sqlite io.directories io.files.temp webapps.mason.backend tools.test ; IN: webapps.mason.backend.tests -[ "test.db" temp-file delete-file ] ignore-errors +[ "mason-test.db" temp-file delete-file ] ignore-errors [ 0 1 2 ] [ ! Do it in a with-transaction to simulate semantics of ! with-mason-db - "test.db" temp-file [ + "mason-test.db" temp-file [ [ init-mason-db