Commit 42d76e58914044a62c693d48c51c24dbb3f7a746
1 parent
d0b4e507e8
Remove the default clone of oh-my-zsh, used for testing.
Showing 1 changed file with 0 additions and 7 deletions Side-by-side Diff
tests/.zshenv
... | ... | @@ -2,13 +2,6 @@ |
2 | 2 | |
3 | 3 | # See cram's documentation for some of the variables used below. |
4 | 4 | |
5 | -default_clone="/tmp/antigen-tests-clone-cache" | |
6 | - | |
7 | -if [[ ! -d "$default_clone" ]]; then | |
8 | - git clone https://github.com/robbyrussell/oh-my-zsh.git "$default_clone" | |
9 | -fi | |
10 | - | |
11 | -export ANTIGEN_DEFAULT_REPO_URL="$default_clone" | |
12 | 5 | export ADOTDIR="$PWD/dot-antigen" |
13 | 6 | |
14 | 7 | rm "$TESTDIR/.zcompdump" |