it's a kludge...but it might work?
parent
b08bf76122
commit
7f2d66c445
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue