diff --git a/tests/.zshenv b/tests/.zshenv index d27682e..5e5c20e 100644 --- a/tests/.zshenv +++ b/tests/.zshenv @@ -2,13 +2,6 @@ # See cram's documentation for some of the variables used below. -default_clone="/tmp/antigen-tests-clone-cache" - -if [[ ! -d "$default_clone" ]]; then - git clone https://github.com/robbyrussell/oh-my-zsh.git "$default_clone" -fi - -export ANTIGEN_DEFAULT_REPO_URL="$default_clone" export ADOTDIR="$PWD/dot-antigen" rm "$TESTDIR/.zcompdump"