diff options
author | daurnimator <quae@daurnimator.com> | 2019-08-24 12:15:34 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2019-08-24 12:15:34 +1000 |
commit | cffcc251be58914c49a1acbdaf5c38e42f93976c (patch) | |
tree | dffd799f90d06016e1b43cbd6f96c385e1ef0a64 /spec | |
parent | 8a957d68133a8af6650c4f8349646fa9420258f3 (diff) | |
parent | 8e602d751e79c97eb664682b5b2441495d9ad974 (diff) | |
download | luarocks-cffcc251be58914c49a1acbdaf5c38e42f93976c.tar.gz luarocks-cffcc251be58914c49a1acbdaf5c38e42f93976c.tar.bz2 luarocks-cffcc251be58914c49a1acbdaf5c38e42f93976c.zip |
Merge PR #1035
Diffstat (limited to 'spec')
-rw-r--r-- | spec/which_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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() | |||
22 | 22 | ||
23 | it("fails on missing arguments", function() | 23 | it("fails on missing arguments", function() |
24 | local output = run.luarocks("which") | 24 | local output = run.luarocks("which") |
25 | assert.match("Missing module name", output, 1, true) | 25 | assert.match("missing argument 'modname'", output, 1, true) |
26 | end) | 26 | end) |
27 | 27 | ||
28 | it("finds modules found in package.path", function() | 28 | it("finds modules found in package.path", function() |