it's a kludge...but it might work?

pull/872/head
Brian Recchia 2017-01-23 18:43:46 -05:00
parent b08bf76122
commit 7f2d66c445
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@ if [ "$BASH_IT_ROOT" != "${BASH_IT_TEST_DIR}/root" ]; then
fi
setup() {
mkdir -p -- "${BASH_IT_ROOT}"
mkdir -p -- "${BASH_IT_ROOT}/lib"
curl https://raw.githubusercontent.com/erichs/composure/master/composure.sh > ${BASH_IT_ROOT}/lib/composure.bash
}
teardown() {