aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/tools_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/tools_spec.lua')
-rw-r--r--spec/unit/tools_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/tools_spec.lua b/spec/unit/tools_spec.lua
index 29e21740..0863c316 100644
--- a/spec/unit/tools_spec.lua
+++ b/spec/unit/tools_spec.lua
@@ -3,7 +3,6 @@ local get_tmp_path = test_env.get_tmp_path
3local testing_paths = test_env.testing_paths 3local testing_paths = test_env.testing_paths
4local write_file = test_env.write_file 4local write_file = test_env.write_file
5 5
6test_env.unload_luarocks()
7local fs = require("luarocks.fs") 6local fs = require("luarocks.fs")
8local cfg = require("luarocks.core.cfg") 7local cfg = require("luarocks.core.cfg")
9local patch = require("luarocks.tools.patch") 8local patch = require("luarocks.tools.patch")