From 7c17770cf37c4fa928a6c24b72549e018f5871fa Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Tue, 17 Jan 2023 15:10:49 -0500 Subject: Added test, and added in specifier for path. --- t/run.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 't') diff --git a/t/run.lua b/t/run.lua index d774be0..94a13fa 100644 --- a/t/run.lua +++ b/t/run.lua @@ -78,6 +78,10 @@ local tests = { break end end + local actions = lpm("install encodings") + assert_exists(userdir .. "/plugins/encodings.lua") + local stat = system.stat(userdir .. "/plugins/encodings.lua") + assert(stat.type == "file") end, ["07_manifest"] = function() local results = json.decode(io.open("manifest.json", "rb"):read("*all")) -- cgit v1.2.3