aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/run.lua4
1 files changed, 4 insertions, 0 deletions
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"))