diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-03-13 12:38:49 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-03-13 17:00:22 +0000 |
commit | 36d93bdf7ab347c4bf30aa84afd365c0f451b7b9 (patch) | |
tree | 403621587989614091ba0b68bf5c43ac01e47195 /spec/build_spec.lua | |
parent | effe66976ef2b48d51bca3584964bd7159a4f21f (diff) | |
download | luarocks-36d93bdf7ab347c4bf30aa84afd365c0f451b7b9.tar.gz luarocks-36d93bdf7ab347c4bf30aa84afd365c0f451b7b9.tar.bz2 luarocks-36d93bdf7ab347c4bf30aa84afd365c0f451b7b9.zip |
tests: convert downgrade test to spec/quick
Diffstat (limited to 'spec/build_spec.lua')
-rw-r--r-- | spec/build_spec.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/build_spec.lua b/spec/build_spec.lua index 00eac2e1..08a9c93f 100644 --- a/spec/build_spec.lua +++ b/spec/build_spec.lua | |||
@@ -210,12 +210,6 @@ describe("LuaRocks build #integration", function() | |||
210 | end) | 210 | end) |
211 | end | 211 | end |
212 | 212 | ||
213 | it("downgrades directories correctly", function() | ||
214 | assert(run.luarocks_bool("build --nodeps busted 2.0.0" )) | ||
215 | assert(run.luarocks_bool("build --nodeps busted 2.0.rc13" )) | ||
216 | assert(run.luarocks_bool("build --nodeps busted 2.0.0" )) | ||
217 | end) | ||
218 | |||
219 | it("only deps", function() | 213 | it("only deps", function() |
220 | local rockspec = testing_paths.fixtures_dir .. "/build_only_deps-0.1-1.rockspec" | 214 | local rockspec = testing_paths.fixtures_dir .. "/build_only_deps-0.1-1.rockspec" |
221 | 215 | ||