From db7814136e3ce45141d3582738dc36ad3596df2c Mon Sep 17 00:00:00 2001 From: Hisham Date: Sat, 29 Oct 2016 16:13:44 -0200 Subject: This doesn't produce an error, only a warning. --- spec/config_spec.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/config_spec.lua b/spec/config_spec.lua index 4a7f4aea..cdb5ccc4 100644 --- a/spec/config_spec.lua +++ b/spec/config_spec.lua @@ -57,7 +57,8 @@ describe("LuaRocks config tests #blackbox #b_config", function() end) it("LuaRocks config missing user config", function() - assert.is_false(run.luarocks_bool("config --user-config", {LUAROCKS_CONFIG = "missing_file.lua"})) + local output = run.luarocks("config --user-config", {LUAROCKS_CONFIG = "missing_file.lua"}) + assert.truthy(output:match("Warning")) end) end) -- cgit v1.2.3-55-g6feb