diff options
author | Peter Stephenson <pws@zsh.org> | 2015-03-20 15:00:02 +0000 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2015-03-20 15:00:02 +0000 |
commit | a74fe69d0550a37625f73f3008f8f468207536f4 (patch) | |
tree | bb897f88d44c4c0b8526c1ce70b74032e2cdf8e7 /ChangeLog | |
parent | 89aca2d0a0f1b9a28149b6c1640a7e73feef5b39 (diff) | |
download | zsh-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-- | ChangeLog | 3 |
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. |