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 | db702887d0699666b78444b1f6bb59ea893f3fea (diff) | |
download | zsh-1be8bbf7fa933ed200c03a3dbd104a3b7cfe7890.tar.gz zsh-1be8bbf7fa933ed200c03a3dbd104a3b7cfe7890.tar.xz zsh-1be8bbf7fa933ed200c03a3dbd104a3b7cfe7890.zip |
Test/.distfiles zsh-3.1.8
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Test/.distfiles | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7ed2e4edf..c4b8dc06f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 ' |