From: Bram Moolenaar Date: Thu, 14 Oct 2021 23:38:02 +0000 (+0100) Subject: patch 8.2.3512: timestamp test fails on some systems X-Git-Tag: v8.2.3512 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=accf4ed352c07ffe59022377c42d36e12dd6d461;p=vim 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 index b56528192..38ced6d37 100644 --- 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 index f4e9f9f92..691af122d 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3512, /**/ 3511, /**/