mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-05 01:10:59 +02:00
7 lines
194 B
Bash
7 lines
194 B
Bash
# Ensure we have our mocked out ENV_AUTHORIZATION_FILE
|
|
|
|
[[ $ENV_AUTHORIZATION_FILE[0,4] == '/tmp' ]] || return 1
|
|
|
|
# Inject timeout for `read` while running tests.
|
|
_AUTOENV_TEST_READ_ARGS='-t 1'
|