From 1d10afebdfd314284481cfac453643ee422514f6 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Thu, 16 Oct 2014 15:53:53 +0200 Subject: [PATCH] Make tests not read the system configuration from /etc --- tests/wvtest.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/wvtest.sh b/tests/wvtest.sh index 88fd0ae..7a7b74b 100644 --- a/tests/wvtest.sh +++ b/tests/wvtest.sh @@ -146,6 +146,7 @@ WVSTART() WV_BASE_DIR="$PWD" export NOVABOOT_TEST=1 +export NOVABOOT_CONFIG_DIR=/dev/null # Do not read config from /etc/novaboot.d PATH=$(dirname $PWD):$PATH # Find our version of novaboot first -- 2.39.2