about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-03-20 15:00:02 +0000
committerPeter Stephenson <pws@zsh.org>2015-03-20 15:00:02 +0000
commita74fe69d0550a37625f73f3008f8f468207536f4 (patch)
treebb897f88d44c4c0b8526c1ce70b74032e2cdf8e7 /ChangeLog
parent89aca2d0a0f1b9a28149b6c1640a7e73feef5b39 (diff)
downloadzsh-a74fe69d0550a37625f73f3008f8f468207536f4.tar.gz
zsh-a74fe69d0550a37625f73f3008f8f468207536f4.tar.xz
zsh-a74fe69d0550a37625f73f3008f8f468207536f4.zip
34753: work around NFS problem in tests.
Use tmp directory if it helps us check file time comparisons.
If it doesn't we're no worse off than we were.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1711a5087..af0d54b2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-03-20  Peter Stephenson  <p.stephenson@samsung.com>
 
+	* 34753 / 34754: Test/C02cond.ztst: work around lack
+	of separate file times with NFS.
+
 	* 34752: Src/input.c: history expansion in command substitution
 	*still* didn't work although the command put back into the
 	history was correct.