diff options
author | roboo <robo.karasek@gmail.com> | 2016-07-19 22:56:28 +0200 |
---|---|---|
committer | roboo <robo.karasek@gmail.com> | 2016-07-19 22:56:28 +0200 |
commit | 3945f90b0bd80024294b048a793bae526cad30e2 (patch) | |
tree | c7658afc65573b60db6f94e0f4c9cbcb6fada343 /spec/search_spec.lua | |
parent | 2af8f114097b2e79d7f92f9b0cea4cacdc2ff853 (diff) | |
download | luarocks-3945f90b0bd80024294b048a793bae526cad30e2.tar.gz luarocks-3945f90b0bd80024294b048a793bae526cad30e2.tar.bz2 luarocks-3945f90b0bd80024294b048a793bae526cad30e2.zip |
Test improvements
Diffstat (limited to 'spec/search_spec.lua')
-rw-r--r-- | spec/search_spec.lua | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/spec/search_spec.lua b/spec/search_spec.lua index 33c49856..b31624b8 100644 --- a/spec/search_spec.lua +++ b/spec/search_spec.lua | |||
@@ -30,11 +30,7 @@ describe("LuaRocks search tests #blackbox #b_search", function() | |||
30 | end) | 30 | end) |
31 | 31 | ||
32 | it("LuaRocks search with flag all", function() | 32 | it("LuaRocks search with flag all", function() |
33 | assert.is_true(run.luarocks_bool("search --all")) | 33 | assert.is_true(run.luarocks_bool(test_env.quiet("search --all"))) |
34 | end) | 34 | end) |
35 | 35 | ||
36 | it("LuaRocks search zlib", function() | ||
37 | local num = 123 | ||
38 | assert.is_true(run.luarocks_bool("search " .. num)) | ||
39 | end) | ||
40 | end) | 36 | end) |