aboutsummaryrefslogtreecommitdiff
path: root/spec/upload_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-02-18 21:06:10 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-02-19 08:23:41 -0300
commit21b08e29ec1d4aa887d61a27b8fa8a75232522af (patch)
tree94510019d8b3064bc700c5d8f2307e0ed712897c /spec/upload_spec.lua
parentfe4cb07deb73bd9c06059d266f59f5a3a85e05c7 (diff)
downloadluarocks-21b08e29ec1d4aa887d61a27b8fa8a75232522af.tar.gz
luarocks-21b08e29ec1d4aa887d61a27b8fa8a75232522af.tar.bz2
luarocks-21b08e29ec1d4aa887d61a27b8fa8a75232522af.zip
vendor in the dkjson dependency
Fixes #1243. Fixes #1168. Fixes #559.
Diffstat (limited to 'spec/upload_spec.lua')
-rw-r--r--spec/upload_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/upload_spec.lua b/spec/upload_spec.lua
index 73f26cd7..119d34b6 100644
--- a/spec/upload_spec.lua
+++ b/spec/upload_spec.lua
@@ -27,7 +27,6 @@ describe("luarocks upload #integration", function()
27 end) 27 end)
28 28
29 it("force #unix", function() 29 it("force #unix", function()
30 assert.is_true(test_env.need_rock("dkjson"))
31 assert.is_false(run.luarocks_bool("upload --api-key=\"invalid\" --force " .. testing_paths.testing_server .. "/luasocket-${LUASOCKET}.rockspec")) 30 assert.is_false(run.luarocks_bool("upload --api-key=\"invalid\" --force " .. testing_paths.testing_server .. "/luasocket-${LUASOCKET}.rockspec"))
32 end) 31 end)
33 32