Browse Source

Read shell profile from `$TMP` during tests

pull/27/head
Yamashita Yuu 10 years ago
parent
commit
55a2a9e482
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      test/activate.bats

+ 1
- 0
test/activate.bats View File

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

Loading…
Cancel
Save