diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-03-13 13:49:36 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-03-13 19:08:05 +0000 |
commit | 1829ba36d0764c3210766bd0bc878695282114aa (patch) | |
tree | c15c621cc4336e5b24b40843544aeff88b654c5a /spec/add_spec.lua | |
parent | 7cafa62d20246ea17ff1d80bb75c930e8c44feef (diff) | |
download | luarocks-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.lua | 1 |
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 | ||
5 | local extra_rocks = { | 5 | local extra_rocks = { |
6 | "/luasocket-${LUASOCKET}.src.rock", | 6 | "/luasocket-${LUASOCKET}.src.rock", |
7 | "/luasocket-${LUASOCKET}.rockspec" | ||
8 | } | 7 | } |
9 | 8 | ||
10 | describe("LuaRocks add tests #integration", function() | 9 | describe("LuaRocks add tests #integration", function() |