mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-16 21:31:00 +02:00
tests: setup.sh: export TEST_AUTOENV_PLUGIN_FILE
This commit is contained in:
parent
8763a5b627
commit
5cf1e01b28
@ -18,7 +18,7 @@ fi
|
|||||||
_save_errexit=${options[errexit]}
|
_save_errexit=${options[errexit]}
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
TEST_AUTOENV_PLUGIN_FILE="$TESTDIR/../autoenv.plugin.zsh"
|
export TEST_AUTOENV_PLUGIN_FILE="$TESTDIR/../autoenv.plugin.zsh"
|
||||||
source $TEST_AUTOENV_PLUGIN_FILE
|
source $TEST_AUTOENV_PLUGIN_FILE
|
||||||
|
|
||||||
# Reset any authentication.
|
# Reset any authentication.
|
||||||
|
Loading…
Reference in New Issue
Block a user