mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Unset ASDF_DIR variable before running tests
This commit is contained in:
parent
79ffc55f82
commit
6d8d77f51d
@ -1,5 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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
|
# shellcheck source=lib/utils.sh
|
||||||
. "$(dirname "$BATS_TEST_DIRNAME")"/lib/utils.sh
|
. "$(dirname "$BATS_TEST_DIRNAME")"/lib/utils.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user