| commit | d14fd5285e491a39028c4b4722ddbe7c9dfa9bb2 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 15:05:19 2020 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 01 15:05:19 2020 +0200 |
| tree | 8165c24b59775fc7db17c2dcebe81a204e7bc345 | |
| parent | 2891459b81a21dbd2802ef1ae106c6680f085899 [diff] [blame] |
patch 8.2.0874: signals test is a bit flaky
Problem: Signals test is a bit flaky.
Solution: Flush the XautoOut file. Delete files that may be left behind
from a failure. (Dominique Pelle, closes #6179)
diff --git a/src/version.c b/src/version.c index df36408..6610252 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 874, +/**/ 873, /**/ 872,