Fix tests by setting XDG_CACHE_HOME

We use this now, so need to have it set to the test homedir
tingping/wmclass
Alexander Larsson 2017-05-09 13:23:53 +02:00
parent b04529dfd0
commit 0d4fa486b5
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ mkdir -p ${TEST_DATA_DIR}/system
export FLATPAK_SYSTEM_DIR=${TEST_DATA_DIR}/system
export FLATPAK_SYSTEM_HELPER_ON_SESSION=1
export XDG_CACHE_HOME=${TEST_DATA_DIR}/home/cache
export XDG_DATA_HOME=${TEST_DATA_DIR}/home/share
export XDG_RUNTIME_DIR=${TEST_DATA_DIR}/runtime