Use different $HOME
This commit is contained in:
parent
683691931d
commit
5ecf50b4d8
|
@ -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-$$"
|
||||||
|
|
Loading…
Reference in New Issue