about summary refs log tree commit diff
path: root/Test/Makefile.in
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-07-05 07:25:45 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-07-05 07:25:45 +0000
commit23ff230c8e767875154fc804e699ad3a47d9752b (patch)
treeacc92936ce721aac7ca9fc676f8165b994b287a3 /Test/Makefile.in
parent7f2ee10ba77b1bd44270704f4b2de78f1819649a (diff)
downloadzsh-23ff230c8e767875154fc804e699ad3a47d9752b.tar.gz
zsh-23ff230c8e767875154fc804e699ad3a47d9752b.tar.xz
zsh-23ff230c8e767875154fc804e699ad3a47d9752b.zip
12167: Ignore failure of "for" loop in "make check".
Diffstat (limited to 'Test/Makefile.in')
-rw-r--r--Test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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