From 3d812f34365d9fd5b405ff92c10c68a9fe8050c8 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 24 Nov 2014 00:29:33 +0100 Subject: [PATCH] Do not read user config during tests This is to make the tests independent of settings of the user running the tests. --- tests/wvtest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/wvtest.sh b/tests/wvtest.sh index 7a7b74b..71fac2b 100644 --- a/tests/wvtest.sh +++ b/tests/wvtest.sh @@ -147,6 +147,7 @@ WVSTART() WV_BASE_DIR="$PWD" export NOVABOOT_TEST=1 export NOVABOOT_CONFIG_DIR=/dev/null # Do not read config from /etc/novaboot.d +export XDG_CONFIG_HOME=/dev/null # Do not read user config from ~/.config/novaboot PATH=$(dirname $PWD):$PATH # Find our version of novaboot first -- 2.39.2