diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-05-13 08:39:47 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-05-13 08:39:47 +0000 |
commit | 49db32f2b55d0589c60d6408db002c1ad6bbb5d8 (patch) | |
tree | a36d445bb3ba3db07e3d03f18742bdd8de2d864d /Test/Makefile.in | |
parent | feb2df4b6345fd7494772b6b560a50a85eb93125 (diff) | |
download | zsh-49db32f2b55d0589c60d6408db002c1ad6bbb5d8.tar.gz zsh-49db32f2b55d0589c60d6408db002c1ad6bbb5d8.tar.xz zsh-49db32f2b55d0589c60d6408db002c1ad6bbb5d8.zip |
Paul Ackersviller: 26959: delay before removing test modules
users/14118: fix test and assignment in prompt_special_chars
Diffstat (limited to 'Test/Makefile.in')
-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 |