aboutsummaryrefslogtreecommitdiff
path: root/spec/util_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/util_spec.lua')
-rw-r--r--spec/util_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/util_spec.lua b/spec/util_spec.lua
index 3bb97a5b..26e93e14 100644
--- a/spec/util_spec.lua
+++ b/spec/util_spec.lua
@@ -79,6 +79,7 @@ describe("Luarocks util test #unit", function()
79 setup(function() 79 setup(function()
80 runner = require("luacov.runner") 80 runner = require("luacov.runner")
81 runner.init(testing_paths.testrun_dir .. "/luacov.config") 81 runner.init(testing_paths.testrun_dir .. "/luacov.config")
82 runner.tick = true
82 end) 83 end)
83 84
84 teardown(function() 85 teardown(function()