tests: enable shellcheck for universe tests

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-06-09 15:46:55 -07:00
parent 5d2392b38c
commit 3339a351ed
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ common_setup() {
load 'node_modules/bats-assert/load'
# Dagger Binary
DAGGER="${DAGGER_BINARY:-$(which dagger)}"
DAGGER="${DAGGER_BINARY:-$(command -v dagger)}"
export DAGGER
# Set the workspace to the universe directory (so tests can run from anywhere)