]> Sergey Matveev's repositories - zsh-autoenv.git/blob - tests/setup.sh
s/ENV_AUTHORIZATION_FILE/AUTOENV_ENV_FILENAME/
[zsh-autoenv.git] / tests / setup.sh
1 # Ensure we have our mocked out AUTOENV_ENV_FILENAME
2
3 [[ $AUTOENV_ENV_FILENAME[0,4] == '/tmp' ]] || return 1
4
5 # Inject timeout for `read` while running tests.
6 _AUTOENV_TEST_READ_ARGS='-t 1'