diff options
author | Jun T <takimoto-j@kba.biglobe.ne.jp> | 2016-05-09 20:27:57 -0700 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2016-05-09 20:27:57 -0700 |
commit | 724021779b01a92db2641504cddf55ba3ce6d1ad (patch) | |
tree | 5da949991b17925ae7e5380ef92f267a30728f51 /ChangeLog | |
parent | c5c2fa4fb5dbf242f94860ff5e2d40670560d0ae (diff) | |
download | zsh-724021779b01a92db2641504cddf55ba3ce6d1ad.tar.gz zsh-724021779b01a92db2641504cddf55ba3ce6d1ad.tar.xz zsh-724021779b01a92db2641504cddf55ba3ce6d1ad.zip |
38445: subsequent tests rely on a file touched by the -N test, so it must always be touched
(Bart) Minor tweak to SECONDS loop to make total of sleeps be 60 seconds
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0238e0664..3be09c62a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2016-05-09 Barton E. Schaefer <schaefer@zsh.org> + * Jun T.: 38445 (+tweak): Test/C02cond.ztst: subsequent tests rely + on a file touched by the -N test, so it must always be touched even + when the filesystem is noatime + +2016-05-09 Barton E. Schaefer <schaefer@zsh.org> + * unposted: Functions/Zle/bracketed-paste-magic: update documentary comments to remove references to self-insert-unmeta. |