Unset ASDF_DIR variable before running tests

This commit is contained in:
Trevor Brown 2020-02-04 11:23:09 -05:00
parent 79ffc55f82
commit 6d8d77f51d

View File

@ -1,5 +1,9 @@
#!/usr/bin/env bash
# Unset ASDF_DIR because it may already be set by the users shell, and some
# tests fail when it is set to something other than the temp dir.
unset ASDF_DIR
# shellcheck source=lib/utils.sh
. "$(dirname "$BATS_TEST_DIRNAME")"/lib/utils.sh