Commit 62c0abf773083f37f1de44c082c41e09f5289397

Authored by Shrikant Sharat
1 parent bc9d20c7a3

Use ADOTDIR in tests.

Showing 1 changed file with 1 additions and 2 deletions Inline Diff

1 # zshrc file written for antigen's tests. Might not be a good one for daily use. 1 # zshrc file written for antigen's tests. Might not be a good one for daily use.
2 2
3 # See cram's documentation for some of the variables used below. 3 # See cram's documentation for some of the variables used below.
4 4
5 export ANTIGEN_REPO_CACHE="$TMP/dot-antigen/cache" 5 export ADOTDIR="$TMP/dot-antigen"
6 export ANTIGEN_BUNDLE_DIR="$TMP/dot-antigen/bundle"
7 6
8 rm "$TESTDIR/.zcompdump" 7 rm "$TESTDIR/.zcompdump"
9 8
10 source "$TESTDIR/../antigen.zsh" 9 source "$TESTDIR/../antigen.zsh"
11 10