summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Test/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d3730cab..c55dddb38 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-05 Bart Schaefer <schaefer@zsh.org>
+
+ * 12167: Test/Makefile.in: Ignore failure exit from "for" loop
+ so that cleanup code following it will be executed.
+
2000-07-04 Oliver Kiddle <opk@zsh.org>
* 12165: Completion/User/_arp: new completion for arp
diff --git a/Test/Makefile.in b/Test/Makefile.in
index 417ed0774..7861c8be0 100644
--- a/Test/Makefile.in
+++ b/Test/Makefile.in
@@ -45,7 +45,7 @@ check test:
cd $(dir_top) && \
$(MAKE) MODDIR=`pwd`/$(subdir)/Modules install.modules > /dev/null; \
fi
- for f in $(sdir)/$(TESTNUM)*.ztst; do \
+ -for f in $(sdir)/$(TESTNUM)*.ztst; do \
$(dir_top)/Src/zsh -f $(sdir)/ztst.zsh $$f; \
done
rm -rf Modules .zcompdump