From f9018738b9cd4fdb574745e731104e835c29958e Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 13 Nov 2020 15:32:19 +0100 Subject: [PATCH] tests: use FORCE flag to remove jail in tests --- lib/includes | 2 +- test/test_helper.bash | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/includes b/lib/includes index 91b0547..5cd4586 100755 --- a/lib/includes +++ b/lib/includes @@ -27,7 +27,7 @@ LOGLEVEL="${LOGLEVEL:-6}" CRITICAL="${CRITICAL:-48}" WARNING="${WARNING:-24}" DUC=$(command -v duc-nox || command -v duc) -FORCE=0 +FORCE="${FORCE:-0}" show_version() { cat <