diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-05 09:02:42 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-06-05 09:02:42 +0000 |
| commit | 1be8bbf7fa933ed200c03a3dbd104a3b7cfe7890 (patch) | |
| tree | 2a1b3b725b80296f7c63a919dddd3c72ca573c69 | |
| parent | 3.1.8 (diff) | |
| download | zsh-3.1.8.tar zsh-3.1.8.tar.gz zsh-3.1.8.tar.bz2 zsh-3.1.8.tar.lz zsh-3.1.8.tar.xz zsh-3.1.8.tar.zst zsh-3.1.8.zip | |
Test/.distfileszsh-3.1.8
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | Test/.distfiles | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,8 @@ * pws: Config/version.mk: 3.1.8 released. + * unposted: 14array.ztst missing from Test/.distfiles. + 2000-06-05 Sven Wischnowsky <wischnow@zsh.org> * 11745: Src/builtin.c, Src/Modules/parameter.c, Src/Zle/compresult.c: diff --git a/Test/.distfiles b/Test/.distfiles index d65d09912..40c8080d0 100644 --- a/Test/.distfiles +++ b/Test/.distfiles @@ -4,6 +4,7 @@ DISTFILES_SRC=' 01grammar.ztst 02alias.ztst 03quoting.ztst 04redirect.ztst 05command.ztst 06arith.ztst 07cond.ztst 08traps.ztst 09funcdef.ztst 10prompt.ztst 11glob.ztst 12procsubst.ztst 13parameter.ztst + 14array.ztst 50cd.ztst 51xtrace.ztst 52zregexparse.ztst 53completion.ztst 54compmatch.ztst ' |
