From f52deeed485897511ecf80555e12a52c3e69d674 Mon Sep 17 00:00:00 2001 From: Paul Ouellette Date: Tue, 30 Jul 2019 16:08:48 -0400 Subject: Fix some failing tests --- spec/which_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/which_spec.lua b/spec/which_spec.lua index d5bcfab9..79b9ef7e 100644 --- a/spec/which_spec.lua +++ b/spec/which_spec.lua @@ -22,7 +22,7 @@ describe("LuaRocks which tests #integration", function() it("fails on missing arguments", function() local output = run.luarocks("which") - assert.match("Missing module name", output, 1, true) + assert.match("missing argument 'modname'", output, 1, true) end) it("finds modules found in package.path", function() -- cgit v1.2.3-55-g6feb