commit | accf4ed352c07ffe59022377c42d36e12dd6d461 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 15 00:38:02 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 15 00:38:02 2021 +0100 |
tree | c2727d1c5fe550e45ec87b000e86d6d5e7068c37 | |
parent | a06758dd38851f022d270dd5102efbe1049d4712 [diff] [blame] |
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 b565281..38ced6d 100644 --- a/src/testdir/test_stat.vim +++ b/src/testdir/test_stat.vim
@@ -103,6 +103,7 @@ w! silent !echo bar > Xautoread + sleep 10m checktime call assert_equal('bar', trim(getline(1)))