aboutsummaryrefslogtreecommitdiff
path: root/spec/list_spec.lua
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2024-02-29 00:46:06 -0300
committerHisham Muhammad <hisham@gobolinux.org>2024-02-29 15:46:16 +0000
commitf76b7a2b13e411df2e696146bb0a6396781acd92 (patch)
tree38ed32f81f05f6eacd03f36eacd5341e7b1d17dd /spec/list_spec.lua
parent0ca8c460e867356342180bb625760ed9201a5503 (diff)
downloadluarocks-f76b7a2b13e411df2e696146bb0a6396781acd92.tar.gz
luarocks-f76b7a2b13e411df2e696146bb0a6396781acd92.tar.bz2
luarocks-f76b7a2b13e411df2e696146bb0a6396781acd92.zip
tests: speed up and simplify
Diffstat (limited to 'spec/list_spec.lua')
-rw-r--r--spec/list_spec.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/list_spec.lua b/spec/list_spec.lua
index eeeb79d2..08d85879 100644
--- a/spec/list_spec.lua
+++ b/spec/list_spec.lua
@@ -19,11 +19,6 @@ describe("luarocks list #integration", function()
19 assert.match("luacov", output) 19 assert.match("luacov", output)
20 end) 20 end)
21 21
22 it("--porcelain", function()
23 local output = run.luarocks("list --porcelain")
24 assert.is.truthy(output:find(V"luacov\t${LUACOV}\tinstalled\t" .. testing_paths.testing_sys_rocks, 1, true))
25 end)
26
27 it("shows version number", function() 22 it("shows version number", function()
28 local output = run.luarocks("list") 23 local output = run.luarocks("list")
29 assert.is.truthy(output:find("luacov")) 24 assert.is.truthy(output:find("luacov"))