From ad4b4b29a7af9c8df859781dab51ef38a9a9895d Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 30 Mar 2018 17:03:22 -0300 Subject: Tests: fix luarocks list test --- spec/list_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() it("LuaRocks list invalid tree", function() local output = run.luarocks("--tree=/some/invalid/tree list") - assert.are.same(output, "Installed rocks:----------------") + assert(output:find("Installed rocks for Lua "..test_env.lua_version..":----------------", 1, true)) end) end) -- cgit v1.2.3-55-g6feb