From 9f91ef03e03720783b3f129fc51bfd5bf7af97db Mon Sep 17 00:00:00 2001 From: Hisham Date: Thu, 1 Dec 2016 15:01:41 -0200 Subject: Avoid breaking test in release branches. --- spec/util_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec') diff --git a/spec/util_spec.lua b/spec/util_spec.lua index 2779b1ce..988d8ef0 100644 --- a/spec/util_spec.lua +++ b/spec/util_spec.lua @@ -35,11 +35,11 @@ describe("Basic tests #blackbox #b_util", function() assert.is_true(os.remove(delete_path)) local output = run.luarocks("") - assert.is.falsy(output:find("LuaRocks scm, a module deployment system for Lua")) + assert.is.falsy(output:find("the Lua package manager")) assert.is_true(lfs.chdir(main_path)) output = run.luarocks("") - assert.is.truthy(output:find("LuaRocks scm, a module deployment system for Lua")) + assert.is.truthy(output:find("the Lua package manager")) end) it("LuaRocks timeout", function() -- cgit v1.2.3-55-g6feb