From d8a3007c48a1005393242b55012958ee3b80e35e Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Tue, 5 Jun 2012 20:46:46 +0530 Subject: [PATCH] Set ZDOTDIR for interactive tests recipe. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.0.0