From 27ecdd5df9e258a3da879cdcb3432e7ff5123222 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 7 May 2018 11:19:54 -0300 Subject: luarocks-admin: only create index.html if it already exists or --index is given --- spec/remove_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec') diff --git a/spec/remove_spec.lua b/spec/remove_spec.lua index 9bf038b0..10ab012d 100644 --- a/spec/remove_spec.lua +++ b/spec/remove_spec.lua @@ -82,11 +82,11 @@ describe("LuaRocks remove tests #blackbox #b_remove", function() end) end) - it("LuaRocks-admin remove #ssh", function() + it("#admin remove #ssh", function() assert.is_true(run.luarocks_admin_bool("--server=testing remove luasocket-3.0rc1-2.src.rock")) end) - it("LuaRocks-admin remove missing", function() + it("#admin remove missing", function() assert.is_false(run.luarocks_admin_bool("--server=testing remove")) end) end) -- cgit v1.2.3-55-g6feb