summaryrefslogtreecommitdiffstats
path: root/Test/Makefile.in
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2004-07-26 13:18:07 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2004-07-26 13:18:07 +0000
commit17e576782c4fd64194d4908af5b9774308f1205f (patch)
tree17dd493a05fe17e0e2f90d9dbf30551dd7d97e35 /Test/Makefile.in
parentUnposted: documentation for "zargs" (diff)
downloadzsh-17e576782c4fd64194d4908af5b9774308f1205f.tar
zsh-17e576782c4fd64194d4908af5b9774308f1205f.tar.gz
zsh-17e576782c4fd64194d4908af5b9774308f1205f.tar.bz2
zsh-17e576782c4fd64194d4908af5b9774308f1205f.tar.lz
zsh-17e576782c4fd64194d4908af5b9774308f1205f.tar.xz
zsh-17e576782c4fd64194d4908af5b9774308f1205f.tar.zst
zsh-17e576782c4fd64194d4908af5b9774308f1205f.zip
20198: fix TRAPEXIT.
Diffstat (limited to 'Test/Makefile.in')
-rw-r--r--Test/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Test/Makefile.in b/Test/Makefile.in
index 2e14b99ea..1e03c703f 100644
--- a/Test/Makefile.in
+++ b/Test/Makefile.in
@@ -46,7 +46,8 @@ check test:
$(MAKE) MODDIR=`pwd`/$(subdir)/Modules install.modules > /dev/null; \
fi
-for f in $(sdir)/$(TESTNUM)*.ztst; do \
- $(dir_top)/Src/zsh +Z -f $(sdir)/ztst.zsh $$f; \
+ ZTST_exe=$(dir_top)/Src/zsh \
+ $(dir_top)/Src/zsh +Z -f $(sdir)/ztst.zsh $$f; \
done
rm -rf Modules .zcompdump