Parcourir la source

Read shell profile from `$TMP` during tests

pull/27/head
Yamashita Yuu il y a 10 ans
Parent
révision
55a2a9e482
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. +1
    -0
      test/activate.bats

+ 1
- 0
test/activate.bats Voir le fichier

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

Chargement…
Annuler
Enregistrer