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-04 00:45:07 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-07-04 00:45:07 +0000
commit715278d0631c1a165d2b9aae8e3650e1d7c2ad02 (patch)
tree2cec0792a6ed0a184bda0bde20c7c3f74ad4cfd3 /Test/Makefile.in
parentc5e47b85366310d4b81a39335a60769ba4f5b2eb (diff)
downloadzsh-715278d0631c1a165d2b9aae8e3650e1d7c2ad02.tar.gz
zsh-715278d0631c1a165d2b9aae8e3650e1d7c2ad02.tar.xz
zsh-715278d0631c1a165d2b9aae8e3650e1d7c2ad02.zip
12151: Fix ZDOTDIR during "make check" for static builds.
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 3c865b7ad..417ed0774 100644
--- a/Test/Makefile.in
+++ b/Test/Makefile.in
@@ -48,7 +48,7 @@ check test:
 	for f in $(sdir)/$(TESTNUM)*.ztst; do \
 	  $(dir_top)/Src/zsh -f $(sdir)/ztst.zsh $$f; \
 	done
-	rm -rf Modules
+	rm -rf Modules .zcompdump
 
 # ========== DEPENDENCIES FOR CLEANUP ==========