about summary refs log tree commit diff
path: root/Test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Test/Makefile.in')
-rw-r--r--Test/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Test/Makefile.in b/Test/Makefile.in
index 5eeb716e2..f82516582 100644
--- a/Test/Makefile.in
+++ b/Test/Makefile.in
@@ -48,8 +48,8 @@ check test:
 	if ZTST_testlist="`for f in $(sdir)/$(TESTNUM)*.ztst; \
            do echo $$f; done`" \
 	 ZTST_srcdir="$(sdir)" \
-	 ZTST_exe=$(dir_top)/Src/zsh \
-	 $(dir_top)/Src/zsh +Z -f $(sdir)/runtests.zsh; then \
+	 ZTST_exe=$(dir_top)/Src/zsh@EXEEXT@ \
+	 $(dir_top)/Src/zsh@EXEEXT@ +Z -f $(sdir)/runtests.zsh; then \
 	 stat=0; \
 	else \
 	 stat=1; \