psss / rpms / zsh

Forked from rpms/zsh 5 years ago
Clone
Blob Blame History Raw
--- zsh-4.2.1/Test/Makefile.in~	2005-01-03 15:44:16.507782023 -0500
+++ zsh-4.2.1/Test/Makefile.in	2005-01-03 15:46:10.233279513 -0500
@@ -45,7 +45,7 @@
 	  cd $(dir_top) && DESTDIR= \
 	  $(MAKE) MODDIR=`pwd`/$(subdir)/Modules install.modules > /dev/null; \
 	fi
-	-for f in $(sdir)/$(TESTNUM)*.ztst; do \
+	for f in $(sdir)/$(TESTNUM)*.ztst; do \
 	  ZTST_exe=$(dir_top)/Src/zsh \
 	    $(dir_top)/Src/zsh +Z -f $(sdir)/ztst.zsh $$f; \
 	done