diff options
author | roboo <robo.karasek@gmail.com> | 2016-08-21 22:20:23 +0200 |
---|---|---|
committer | roboo <robo.karasek@gmail.com> | 2016-08-21 22:20:23 +0200 |
commit | c22227e0e0bdf27e273d9faee7955686ceb4724c (patch) | |
tree | 414f389e9d67f2dc07674bbe101249087e3e8459 /spec | |
parent | 2f3c8648289bb4e22eee5f8ff8d27afca6592fa4 (diff) | |
download | luarocks-c22227e0e0bdf27e273d9faee7955686ceb4724c.tar.gz luarocks-c22227e0e0bdf27e273d9faee7955686ceb4724c.tar.bz2 luarocks-c22227e0e0bdf27e273d9faee7955686ceb4724c.zip |
Fix of show test
Diffstat (limited to 'spec')
-rw-r--r-- | spec/show_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/show_spec.lua b/spec/show_spec.lua index 915129ae..b2cdc07e 100644 --- a/spec/show_spec.lua +++ b/spec/show_spec.lua | |||
@@ -34,7 +34,7 @@ describe("LuaRocks show tests #blackbox #b_show", function() | |||
34 | 34 | ||
35 | it("LuaRocks show rockspec of luacov", function() | 35 | it("LuaRocks show rockspec of luacov", function() |
36 | local output = run.luarocks("show --rockspec luacov") | 36 | local output = run.luarocks("show --rockspec luacov") |
37 | assert.is.truthy(output:match("luacov-0.11.0-1.rockspec")) | 37 | assert.is.truthy(output:match("luacov--0.11.0--1.rockspec")) |
38 | end) | 38 | end) |
39 | 39 | ||
40 | it("LuaRocks show mversion of luacov", function() | 40 | it("LuaRocks show mversion of luacov", function() |