From aa611fff136a4d401af475e3fe1ca4da877a23d0 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sat, 14 Jan 2023 16:27:54 -0500 Subject: Added new test, and made already installed things be warnings, rather than errors. --- t/run.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 't/run.lua') diff --git a/t/run.lua b/t/run.lua index 265d2aa..679d72f 100644 --- a/t/run.lua +++ b/t/run.lua @@ -82,6 +82,9 @@ local tests = { local results = json.decode(io.open("manifest.json", "rb"):read("*all")) assert(#results["remotes"] == 2) assert(#results["addons"] == 2) + end, + ["08_install_many"] = function() + lpm("install encoding gitblame gitstatus language_ts lsp minimap") end } -- cgit v1.2.3