Change to test HOME on test setup

This commit is contained in:
Victor Hugo Borja 2019-11-27 11:50:00 -06:00
parent 367886e47d
commit 83dc1712e3

View File

@ -10,6 +10,8 @@ setup() {
PROJECT_DIR=$HOME/project
mkdir -p $PROJECT_DIR
cd $HOME
}
teardown() {