From 871041a939f01e32d884151872e7245681f50940 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Tue, 1 Aug 2017 18:31:11 +0200 Subject: [PATCH] #440: Make sure zsh's git hash is printed when testing against zsh master branch Context: zsh-users/zsh-docker#2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 692dabd..8754db1 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ clean: rm -f docs/all.md test: - @$(ZSH) --version + @$(ZSH) -fc 'echo $$ZSH_PATCHLEVEL' @result=0; \ for test in highlighters/*; do \ if [ -d $$test/test-data ]; then \