1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2025-12-14 10:15:12 +02:00

tests: define/use $TEST_SOURCE_AUTOENV

This handled (re)loading autoenv for
ZDOTDIR=tests/ZDOTDIR.loadviafunction.
This commit is contained in:
Daniel Hahler
2015-04-23 16:00:12 +02:00
parent 102a3f2f44
commit ebef4c2613
4 changed files with 9 additions and 6 deletions

View File

@@ -5,7 +5,6 @@ AUTOENV_DEBUG=0
antigen-like-loader-function() {
source "$TESTDIR/../autoenv.plugin.zsh"
}
antigen-like-loader-function
export AUTOENV_ENV_FILENAME="$PWD/.env_auth"