Read shell profile from $TMP during tests

This commit is contained in:
Yamashita Yuu
2014-06-05 00:16:41 +09:00
parent b258bfa907
commit 55a2a9e482

View File

@@ -3,6 +3,7 @@
load test_helper
setup() {
export HOME="${TMP}"
export PYENV_ROOT="${TMP}/pyenv"
}