From 23ff230c8e767875154fc804e699ad3a47d9752b Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Wed, 5 Jul 2000 07:25:45 +0000 Subject: 12167: Ignore failure of "for" loop in "make check". --- Test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Test/Makefile.in') 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 -- cgit 1.4.1