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