commit | 82de3c2c036bc89c2d9bdea236e0a7f1208a5571 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 17 17:35:36 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 17 17:35:36 2017 +0200 |
tree | 08103b0f4960663313bc1ac072a1ca0cb2e57679 | |
parent | bc906e445c77eb4fb5ef97465a45b46499bba111 [diff] [blame] |
patch 8.0.0955: Test_existent_file() fails on some file systems Problem: Test_existent_file() fails on some file systems. Solution: Run the test again with a sleep when the test fails without a sleep. (James McCoy, closes #1984)
diff --git a/src/version.c b/src/version.c index 0990d83..9859b4a 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 955, +/**/ 954, /**/ 953,