diff --git a/Makefile b/Makefile index fe384ca..05b55e5 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ tests: ZDOTDIR="${PWD}/tests" cram --shell=zsh tests itests: - cram -i --shell=zsh tests + ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests