summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/test.lua b/test.lua
index d2e2c38a..2f01bee6 100644
--- a/test.lua
+++ b/test.lua
@@ -16,6 +16,8 @@ METAPATH = METAPATH or (ROOT .. '/meta')
collectgarbage 'generational'
+io.write = function () end
+
---@diagnostic disable-next-line: lowercase-global
log = require 'log'
log.init(ROOT, ROOT / 'log' / 'test.log')