aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/list_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/list_spec.lua b/spec/list_spec.lua
index 9f221b90..07d60bf0 100644
--- a/spec/list_spec.lua
+++ b/spec/list_spec.lua
@@ -33,6 +33,6 @@ describe("LuaRocks list tests #blackbox #b_list", function()
33 33
34 it("LuaRocks list invalid tree", function() 34 it("LuaRocks list invalid tree", function()
35 local output = run.luarocks("--tree=/some/invalid/tree list") 35 local output = run.luarocks("--tree=/some/invalid/tree list")
36 assert.are.same(output, "Installed rocks:----------------") 36 assert(output:find("Installed rocks for Lua "..test_env.lua_version..":----------------", 1, true))
37 end) 37 end)
38end) 38end)