]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Make tests not read the system configuration from /etc
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 16 Oct 2014 13:53:53 +0000 (15:53 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 16 Oct 2014 13:53:53 +0000 (15:53 +0200)
tests/wvtest.sh

index 88fd0ae41fd402bad265bcec820746b8df2bc124..7a7b74be51806fe4314cb3cfb702766fb300eb53 100644 (file)
@@ -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