summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-12-05 16:52:22 +0000
committerPeter Stephenson <pws@zsh.org>2016-12-05 16:52:22 +0000
commit98e297931ab7e67504a9670135f9264fe1e5b283 (patch)
tree5f95448ed3682acfcfbf1cd2c0977db3d7b93a0c /ChangeLog
parent9649ef588882419046f66a7a7db18f3cff8106f9 (diff)
downloadzsh-98e297931ab7e67504a9670135f9264fe1e5b283.tar.gz
zsh-98e297931ab7e67504a9670135f9264fe1e5b283.tar.xz
zsh-98e297931ab7e67504a9670135f9264fe1e5b283.zip
40102: Use subdirectory for test I/O files
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e06cfa83..65304650a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2016-12-05  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 40102: Test/ztst.zsh, Test/C02cond.ztst: create test IO
+	files in newly created temporary directory.
+
 	* 40100: Test/C03traps.ztst: Check ERR_EXIT and ERR_RETURN on
 	anonymous functions: should exit on function return even if
 	suppressed internally.