Make XDG_CONFIG_HOME point to writeable location

This commit is contained in:
ZyX 2014-01-23 16:14:32 +04:00
parent 12aa69a0c2
commit 8b341c622e
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ if ! run_test zsh -f -i ; then
FAILED=1
fi
export XDG_CONFIG_HOME=/dev/null
mkdir tests/shell/fish_home
export XDG_CONFIG_HOME="$PWD/tests/shell/fish_home"
if ! run_test fish -i ; then
FAILED=1
fi