diff --git a/helm/tests.sh b/helm/tests.sh index 1b83cf9..7a82ae2 100755 --- a/helm/tests.sh +++ b/helm/tests.sh @@ -1,9 +1,11 @@ #!/usr/bin/env bash set -e -mkdir -p fixtures SCRIPT_DIR="$( pwd; )/$( dirname -- $0; )" +cd "${SCRIPT_DIR}" FIND="find" + +mkdir -p fixtures # Brew installs GNU find as "gfind" by default if command -v gfind >/dev/null 2>&2; then FIND="$(which gfind)"