# HG changeset patch # User Bram Moolenaar # Date 1634255103 -7200 # Node ID 08f63df32e8e40385375b925fa31a02f765bd480 # Parent 5a9e1b8fc4bf5b163add541ade5050c03b9043e6 patch 8.2.3512: timestamp test fails on some systems Commit: https://github.com/vim/vim/commit/accf4ed352c07ffe59022377c42d36e12dd6d461 Author: Bram Moolenaar Date: Fri Oct 15 00:38:02 2021 +0100 patch 8.2.3512: timestamp test fails on some systems Problem: Timestamp test fails on some systems. Solution: Sleep for a short while. diff --git a/src/testdir/test_stat.vim b/src/testdir/test_stat.vim --- a/src/testdir/test_stat.vim +++ b/src/testdir/test_stat.vim @@ -103,6 +103,7 @@ func Test_autoread_fast() w! silent !echo bar > Xautoread + sleep 10m checktime call assert_equal('bar', trim(getline(1))) diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3512, +/**/ 3511, /**/ 3510,