aboutsummaryrefslogtreecommitdiff
path: root/spec/unit/dir_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit/dir_spec.lua')
-rw-r--r--spec/unit/dir_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/unit/dir_spec.lua b/spec/unit/dir_spec.lua
index b5dadda8..f340beea 100644
--- a/spec/unit/dir_spec.lua
+++ b/spec/unit/dir_spec.lua
@@ -2,7 +2,6 @@ local test_env = require("spec.util.test_env")
2local testing_paths = test_env.testing_paths 2local testing_paths = test_env.testing_paths
3local P = test_env.P 3local P = test_env.P
4 4
5test_env.unload_luarocks()
6test_env.setup_specs() 5test_env.setup_specs()
7local dir = require("luarocks.dir") 6local dir = require("luarocks.dir")
8 7