openbao-helm/test/unit/_helpers.bash
2023-02-13 08:48:20 -08:00

7 lines
168 B
Bash

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
# chart_dir returns the directory for the chart
chart_dir() {
echo ${BATS_TEST_DIRNAME}/../..
}