diff options
Diffstat (limited to 'Test/Makefile.in')
-rw-r--r-- | Test/Makefile.in | 2 |
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 ========== |