diff options
Diffstat (limited to 'spec/list_spec.lua')
-rw-r--r-- | spec/list_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/list_spec.lua b/spec/list_spec.lua index 20af7164..a3580094 100644 --- a/spec/list_spec.lua +++ b/spec/list_spec.lua | |||
@@ -37,7 +37,7 @@ describe("luarocks list #integration", function() | |||
37 | assert.is.truthy(output:find("say")) | 37 | assert.is.truthy(output:find("say")) |
38 | assert.matches("1.0-1 < ", output, 1, true) | 38 | assert.matches("1.0-1 < ", output, 1, true) |
39 | end) | 39 | end) |
40 | 40 | ||
41 | it("invalid tree", function() | 41 | it("invalid tree", function() |
42 | local output = run.luarocks("--tree=/some/invalid/tree list") | 42 | local output = run.luarocks("--tree=/some/invalid/tree list") |
43 | assert(output:find("Rocks installed for Lua "..test_env.lua_version.." in /some/invalid/tree", 1, true)) | 43 | assert(output:find("Rocks installed for Lua "..test_env.lua_version.." in /some/invalid/tree", 1, true)) |