forked from aniani/vim
patch 8.2.3512: timestamp test fails on some systems
Problem: Timestamp test fails on some systems. Solution: Sleep for a short while.
This commit is contained in:
@@ -103,6 +103,7 @@ func Test_autoread_fast()
|
|||||||
|
|
||||||
w!
|
w!
|
||||||
silent !echo bar > Xautoread
|
silent !echo bar > Xautoread
|
||||||
|
sleep 10m
|
||||||
checktime
|
checktime
|
||||||
|
|
||||||
call assert_equal('bar', trim(getline(1)))
|
call assert_equal('bar', trim(getline(1)))
|
||||||
|
@@ -757,6 +757,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
3512,
|
||||||
/**/
|
/**/
|
||||||
3511,
|
3511,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user