From 55a2a9e4826c83b9150b6b535c4a13ce3a995007 Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Thu, 5 Jun 2014 00:16:41 +0900 Subject: [PATCH] Read shell profile from `$TMP` during tests --- test/activate.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/test/activate.bats b/test/activate.bats index 405bf39..d7fde1f 100644 --- a/test/activate.bats +++ b/test/activate.bats @@ -3,6 +3,7 @@ load test_helper setup() { + export HOME="${TMP}" export PYENV_ROOT="${TMP}/pyenv" }