]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - tests/setup.sh
Improve interactive prompt
[zsh-autoenv.git] / tests / setup.sh
index d5a4f6e385c9222e2149a5a203050a4a9b7cac2e..90bfc510b7a37ba88641af01bcc4a022459cedef 100644 (file)
@@ -6,9 +6,6 @@
 # Reset any authentication.
 echo -n > $AUTOENV_ENV_FILENAME
 
-# Inject timeout for `read` while running tests.
-_AUTOENV_TEST_READ_ARGS='-t 1'
-
 # Add file $1 (with optional hash $2) to authentication file.
 test_autoenv_add_to_env() {
   _autoenv_hash_pair $1 $2 >> $AUTOENV_ENV_FILENAME