about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Test/.distfiles1
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
 '