From 8016ffc20494a1d41d90efdc7544bbaef580a2ff Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 23 Apr 2017 19:54:21 +0200 Subject: [PATCH] fixup! Travis: test more Zsh versions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 843eec8..745a65a 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ test_full: ret=0; \ for i in $(wildcard tests/ZDOTDIR*); do \ echo "zsh=$zsh ZDOTDIR=$$i"; \ - SHELL=$$zsh ZDOTDIR=${CURDIR}/$$i cram --shell=$$zsh -v tests || ret=$$?; \ + SHELL=$(TEST_SHELL) ZDOTDIR=${CURDIR}/$$i cram --shell=$(TEST_SHELL) -v tests || ret=$$?; \ echo; \ done; \ exit $$ret