aboutsummaryrefslogtreecommitdiff
path: root/spec/add_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-03-13 13:49:36 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-03-13 19:08:05 +0000
commit1829ba36d0764c3210766bd0bc878695282114aa (patch)
treec15c621cc4336e5b24b40843544aeff88b654c5a /spec/add_spec.lua
parent7cafa62d20246ea17ff1d80bb75c930e8c44feef (diff)
downloadluarocks-1829ba36d0764c3210766bd0bc878695282114aa.tar.gz
luarocks-1829ba36d0764c3210766bd0bc878695282114aa.tar.bz2
luarocks-1829ba36d0764c3210766bd0bc878695282114aa.zip
tests: rockspec use cleanups
Diffstat (limited to 'spec/add_spec.lua')
-rw-r--r--spec/add_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/add_spec.lua b/spec/add_spec.lua
index 0a345753..60eea86f 100644
--- a/spec/add_spec.lua
+++ b/spec/add_spec.lua
@@ -4,7 +4,6 @@ local testing_paths = test_env.testing_paths
4 4
5local extra_rocks = { 5local extra_rocks = {
6 "/luasocket-${LUASOCKET}.src.rock", 6 "/luasocket-${LUASOCKET}.src.rock",
7 "/luasocket-${LUASOCKET}.rockspec"
8} 7}
9 8
10describe("LuaRocks add tests #integration", function() 9describe("LuaRocks add tests #integration", function()