From 42d76e58914044a62c693d48c51c24dbb3f7a746 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Fri, 13 Jul 2012 21:56:52 +0530 Subject: [PATCH] Remove the default clone of oh-my-zsh, used for testing. --- tests/.zshenv | 7 ------- 1 file changed, 7 deletions(-) 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" -- 2.0.0