openbao-helm/test/unit/_helpers.bash

5 lines
100 B
Bash
Raw Normal View History

# chart_dir returns the directory for the chart
chart_dir() {
echo ${BATS_TEST_DIRNAME}/../..
}