--- Test/Makefile.in.orig 2020-05-27 02:24:33 +0000 +++ Test/Makefile.in 2020-05-27 02:26:46 +0000 @@ -42,6 +42,7 @@ # If ZTST_handler is not empty, run that instead of runtests.zsh. # It's assumed to be found in the source directory. ++TESTNUM=A01grammar.ztst A02alias.ztst A03quoting.ztst A05execution.ztst A06assign.ztst A07control.ztst B*.ztst C*.ztst D*.ztst E*.ztst X*.ztst Y*.ztst W*ztst check test: if test -n "$(DLLD)"; then \ cd $(dir_top) && DESTDIR= \ @@ -50,7 +51,7 @@ if test -z "$$ZTST_handler"; then \ ZTST_handler=runtests.zsh; \ fi; \ - if ZTST_testlist="`for f in $(sdir)/$(TESTNUM)*.ztst; \ + if ZTST_testlist="`for f in $(sdir)/$(TESTNUM); \ do echo $$f; done`" \ ZTST_srcdir="$(sdir)" \ ZTST_exe=$(dir_top)/Src/zsh@EXEEXT@ \