diff options
Diffstat (limited to 'Test')
-rw-r--r-- | Test/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Test/Makefile.in b/Test/Makefile.in index f82516582..083df4942 100644 --- a/Test/Makefile.in +++ b/Test/Makefile.in @@ -54,6 +54,7 @@ check test: else \ stat=1; \ fi; \ + sleep 1; \ rm -rf Modules .zcompdump; \ exit $$stat |