diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2016-08-22 15:45:00 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-22 15:45:00 -0300 |
| commit | 19646202422bbcf410c66b16d57348955a03c390 (patch) | |
| tree | 488eb96e00f764703850da62ed6486ee87958b5f /spec/remove_spec.lua | |
| parent | 5cdc22fb3c3a85160cd7c2d49ba10ab113e4a784 (diff) | |
| parent | de72b50eb21fa264a6090c3d062217963c52f74b (diff) | |
| download | luarocks-19646202422bbcf410c66b16d57348955a03c390.tar.gz luarocks-19646202422bbcf410c66b16d57348955a03c390.tar.bz2 luarocks-19646202422bbcf410c66b16d57348955a03c390.zip | |
Merge pull request #606 from robooo/new-tests
New tests, Windows support
Diffstat (limited to 'spec/remove_spec.lua')
| -rw-r--r-- | spec/remove_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/remove_spec.lua b/spec/remove_spec.lua index 7bf1bb10..3d321e30 100644 --- a/spec/remove_spec.lua +++ b/spec/remove_spec.lua | |||
| @@ -8,8 +8,8 @@ test_env.unload_luarocks() | |||
| 8 | local extra_rocks = { | 8 | local extra_rocks = { |
| 9 | "/abelhas-1.0-1.rockspec", | 9 | "/abelhas-1.0-1.rockspec", |
| 10 | "/lualogging-1.3.0-1.src.rock", | 10 | "/lualogging-1.3.0-1.src.rock", |
| 11 | "/luasocket-3.0rc1-1.src.rock", | 11 | "/luasocket-3.0rc1-2.src.rock", |
| 12 | "/luasocket-3.0rc1-1.rockspec" | 12 | "/luasocket-3.0rc1-2.rockspec" |
| 13 | } | 13 | } |
| 14 | 14 | ||
| 15 | describe("LuaRocks remove tests #blackbox #b_remove", function() | 15 | describe("LuaRocks remove tests #blackbox #b_remove", function() |
| @@ -76,7 +76,7 @@ describe("LuaRocks remove tests #blackbox #b_remove", function() | |||
| 76 | end) | 76 | end) |
| 77 | 77 | ||
| 78 | it("LuaRocks-admin remove #ssh", function() | 78 | it("LuaRocks-admin remove #ssh", function() |
| 79 | assert.is_true(run.luarocks_admin_bool("--server=testing remove luasocket-3.0rc1-1.src.rock")) | 79 | assert.is_true(run.luarocks_admin_bool("--server=testing remove luasocket-3.0rc1-2.src.rock")) |
| 80 | end) | 80 | end) |
| 81 | 81 | ||
| 82 | it("LuaRocks-admin remove missing", function() | 82 | it("LuaRocks-admin remove missing", function() |
