asdf/test/setup_suite.bash

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
337 B
Bash
Raw Permalink Normal View History

setup_suite() {
# 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
# Set an agnostic Git configuration directory to prevent personal
# configuration from interfering with the tests
export GIT_CONFIG_GLOBAL=/dev/null
}