From e51f2e300717d3d8f0ee24915ed55d2198f7403e Mon Sep 17 00:00:00 2001 From: tituspijean Date: Fri, 17 May 2024 21:14:15 +0200 Subject: [PATCH] Ignore zerotier pre-install warning install for tests --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 72f8b13..c2c8b31 100644 --- a/tests.toml +++ b/tests.toml @@ -10,7 +10,7 @@ test_format = 1.0 preinstall = """ sudo yunohost tools update - sudo yunohost app install zerotier + sudo yunohost app install zerotier -f """ # -------------------------------