]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - tests/setup.sh
Use AUTOENV prefix
[zsh-autoenv.git] / tests / setup.sh
index a7da1b46b5d811485f8b404de959c2d4a58c59c8..9134af05133888eee3aa030d92c1c5a061634f1e 100644 (file)
@@ -7,12 +7,12 @@
 _AUTOENV_TEST_READ_ARGS='-t 1'
 
 test_autoenv_add_to_env() {
-  _dotenv_hash_pair $1 $2 >> $AUTOENV_ENV_FILENAME
+  _autoenv_hash_pair $1 $2 >> $AUTOENV_ENV_FILENAME
 }
 
 # Add enter and leave env files to authentication file.
 test_autoenv_auth_env_files() {
   echo -n > $AUTOENV_ENV_FILENAME
-  test_autoenv_add_to_env $PWD/$DOTENV_FILE_ENTER
-  test_autoenv_add_to_env $PWD/$DOTENV_FILE_LEAVE
+  test_autoenv_add_to_env $PWD/$AUTOENV_FILE_ENTER
+  test_autoenv_add_to_env $PWD/$AUTOENV_FILE_LEAVE
 }