]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - tests/setup.zsh
Fix tests: match $CRAMTMP more losely (#78)
[zsh-autoenv.git] / tests / setup.zsh
index 31aee201214e80dd66c3cf9bd23ffa34f405c6d6..d1e26ed51e81c627171d3bd47bc4f5ef5546ee01 100644 (file)
 
 export AUTOENV_AUTH_FILE="$CRAMTMP/autoenv/.autoenv_auth"
 
-if [[ $AUTOENV_AUTH_FILE[0,4] != '/tmp' ]]; then
-  echo "AUTOENV_AUTH_FILE is not in /tmp. Aborting."
-  return 1
-fi
-
 # Abort this setup script on any error.
 _save_errexit=${options[errexit]}
 set -e