mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-12-16 19:15:13 +02:00
tests: streamline ZDOTDIR layout, AUTOENV_ENV_FILENAME via setup
Without this, a new subshell would reset the env authentication file.
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
test -f "$TESTDIR/.zcompdump" && rm "$TESTDIR/.zcompdump"
|
||||
# Base setup/config.
|
||||
|
||||
AUTOENV_DEBUG=0
|
||||
|
||||
export AUTOENV_ENV_FILENAME="$PWD/.env_auth"
|
||||
|
||||
echo -n > $AUTOENV_ENV_FILENAME
|
||||
TEST_SOURCE_AUTOENV=(source $TESTDIR/../autoenv.plugin.zsh)
|
||||
|
||||
Reference in New Issue
Block a user