diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/cmd_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/cmd_spec.lua b/spec/cmd_spec.lua index fe27ab1b..5d6e729b 100644 --- a/spec/cmd_spec.lua +++ b/spec/cmd_spec.lua | |||
@@ -60,7 +60,7 @@ describe("LuaRocks command line #integration", function() | |||
60 | 60 | ||
61 | it("warns but continues if given an invalid version", function() | 61 | it("warns but continues if given an invalid version", function() |
62 | local output = run.luarocks("--lua-version=1.0") | 62 | local output = run.luarocks("--lua-version=1.0") |
63 | assert.match("Warning: Lua 1.0 interpreter not found", output, 1, true) | 63 | assert.match("LUA *: %(not found%)", output) |
64 | assert.match("Version%s*:%s*1.0", output) | 64 | assert.match("Version%s*:%s*1.0", output) |
65 | end) | 65 | end) |
66 | 66 | ||