From f4fda82fdef92e31cf9be6478793ee648eaea557 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Wed, 21 Feb 2024 22:30:40 -0300 Subject: tests: introduce quick tests --- spec/list_spec.lua | 5 ----- 1 file changed, 5 deletions(-) (limited to 'spec/list_spec.lua') diff --git a/spec/list_spec.lua b/spec/list_spec.lua index 54c63bea..4c7fc776 100644 --- a/spec/list_spec.lua +++ b/spec/list_spec.lua @@ -38,9 +38,4 @@ describe("luarocks list #integration", function() assert.is.truthy(output:find("say")) assert.matches("1.0-1 < ", output, 1, true) end) - - it("invalid tree", function() - local output = run.luarocks("--tree=/some/invalid/tree list") - assert(output:find("Rocks installed for Lua "..test_env.lua_version.." in /some/invalid/tree", 1, true)) - end) end) -- cgit v1.2.3-55-g6feb