about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-06-22 17:33:38 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-06-22 17:33:38 +0000
commit122e46b406f57712158651d8f559f52bbd3227e1 (patch)
tree36f86a2925db60ea1809b4552491582ea20b92e6 /ChangeLog
parent6218b6dc192b1bbfdff8116a7d3856b90b863f90 (diff)
downloadzsh-122e46b406f57712158651d8f559f52bbd3227e1.tar.gz
zsh-122e46b406f57712158651d8f559f52bbd3227e1.tar.xz
zsh-122e46b406f57712158651d8f559f52bbd3227e1.zip
Fix comptest interaction with compinit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d99e84aa3..7847ef33c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-06-22  Bart Schaefer  <schaefer@zsh.org>
+
+	* 12039: Test/comptest: Use "compinit -u" to avoid a possible
+	prompt about security of the directories; point ZDOTDIR into
+	the temporary test directory for the .zcompdump file.
+
 2000-06-22  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 12033: Completion/Core/compinit: followup to compinit-security