Use different $HOME

This commit is contained in:
ZyX 2015-02-21 03:32:26 +03:00
parent 683691931d
commit 5ecf50b4d8
1 changed files with 3 additions and 0 deletions

View File

@ -352,6 +352,9 @@ for exe in bash zsh busybox fish tcsh mksh dash ipython ; do
fi fi
done done
mkdir tests/shell/home
export HOME="$PWD/tests/shell/home"
unset ENV unset ENV
export ADDRESS="powerline-ipc-test-$$" export ADDRESS="powerline-ipc-test-$$"