diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-18 21:06:10 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-02-19 08:23:41 -0300 |
commit | 21b08e29ec1d4aa887d61a27b8fa8a75232522af (patch) | |
tree | 94510019d8b3064bc700c5d8f2307e0ed712897c /spec/upload_spec.lua | |
parent | fe4cb07deb73bd9c06059d266f59f5a3a85e05c7 (diff) | |
download | luarocks-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.lua | 1 |
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 | ||