openbao-helm/test/unit/_helpers.bash
2018-09-03 08:42:25 -07:00

4 lines
100 B
Bash

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