Make XDG_CONFIG_HOME point to writeable location
This commit is contained in:
parent
12aa69a0c2
commit
8b341c622e
|
@ -69,7 +69,8 @@ if ! run_test zsh -f -i ; then
|
||||||
FAILED=1
|
FAILED=1
|
||||||
fi
|
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
|
if ! run_test fish -i ; then
|
||||||
FAILED=1
|
FAILED=1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue