From 7f2d66c445376a96b71cb32afe4e1b83355b7426 Mon Sep 17 00:00:00 2001 From: Brian Recchia Date: Mon, 23 Jan 2017 18:43:46 -0500 Subject: [PATCH] it's a kludge...but it might work? --- test/test_helper.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test_helper.bash b/test/test_helper.bash index 71b3a16c..722d40e0 100644 --- a/test/test_helper.bash +++ b/test/test_helper.bash @@ -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() {