aboutsummaryrefslogtreecommitdiff
path: root/spec/deps_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'spec/deps_spec.lua')
-rw-r--r--spec/deps_spec.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/spec/deps_spec.lua b/spec/deps_spec.lua
index ce784080..3a0cda74 100644
--- a/spec/deps_spec.lua
+++ b/spec/deps_spec.lua
@@ -2,7 +2,6 @@ local test_env = require("test/test_environment")
2local lfs = require("lfs") 2local lfs = require("lfs")
3 3
4test_env.unload_luarocks() 4test_env.unload_luarocks()
5local deps = require("luarocks.deps")
6 5
7local extra_rocks = { 6local extra_rocks = {
8 "/lxsh-0.8.6-2.src.rock", 7 "/lxsh-0.8.6-2.src.rock",
@@ -112,4 +111,4 @@ expose("LuaRocks deps tests #blackbox #b_deps", function()
112 assert.is.falsy(lfs.attributes(testing_paths.testing_tree .. "/lib/luarocks/rocks/lxsh")) 111 assert.is.falsy(lfs.attributes(testing_paths.testing_tree .. "/lib/luarocks/rocks/lxsh"))
113 assert.is.truthy(lfs.attributes(testing_paths.testing_sys_tree .. "/lib/luarocks/rocks/lxsh")) 112 assert.is.truthy(lfs.attributes(testing_paths.testing_sys_tree .. "/lib/luarocks/rocks/lxsh"))
114 end) 113 end)
115end) \ No newline at end of file 114end)