From db3d3e2b271f2e49e191efaa80e91643ec7aae1d Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Thu, 8 Feb 2001 03:29:58 +0000 Subject: 13442: Use +Z to suppress loading of ZLE modules when testing. --- 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 7861c8be0..5a66fe1ab 100644 --- a/Test/Makefile.in +++ b/Test/Makefile.in @@ -46,7 +46,7 @@ check test: $(MAKE) MODDIR=`pwd`/$(subdir)/Modules install.modules > /dev/null; \ fi -for f in $(sdir)/$(TESTNUM)*.ztst; do \ - $(dir_top)/Src/zsh -f $(sdir)/ztst.zsh $$f; \ + $(dir_top)/Src/zsh +Z -f $(sdir)/ztst.zsh $$f; \ done rm -rf Modules .zcompdump -- cgit 1.4.1