13 lines
292 B
Bash

common_setup() {
bats_require_minimum_version 1.12.0
load test_helper/bats-support/load
load test_helper/bats-assert/load
export LIB_SRC="${BATS_TEST_DIRNAME}/../src"
# shellcheck source=./src/utils.bash
source "${LIB_SRC}/utils.bash"
clh_init "${LIB_SRC}/../test_outputs"
}