[fix] make test.sh: fix various shellcheck error messages

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2020-03-30 11:03:46 +02:00
parent 5e2b161379
commit 3e4d022d04
5 changed files with 12 additions and 6 deletions

View file

@ -1079,6 +1079,7 @@ in_container() {
LXC_ENV_FOLDER=
if in_container; then
# shellcheck disable=SC2034
LXC_ENV_FOLDER="lxc/$(hostname)/"
fi