From: Michal Sojka Date: Thu, 16 Oct 2014 13:53:53 +0000 (+0200) Subject: Make tests not read the system configuration from /etc X-Git-Tag: 20141031~13 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/novaboot.git/commitdiff_plain/1d10afebdfd314284481cfac453643ee422514f6 Make tests not read the system configuration from /etc --- 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