aboutsummaryrefslogtreecommitdiff
path: root/spec/list_spec.lua
diff options
context:
space:
mode:
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"))