commit | d0f8d39d20f8d42f7451f781f7be0bcd20e06741 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 04 23:00:41 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 04 23:00:41 2022 +0000 |
tree | 12356592535e2b49d036caaa37f643eaf8c21fa5 | |
parent | a0a6f3a22a934fa68b71d82c23e2f6bf6e5b18d0 [diff] [blame] |
patch 9.0.1005: a failed test may leave a swap file behind Problem: A failed test may leave a swap file behind. Solution: Delete the swap file to avoid another test to fail. Use another file name.
diff --git a/src/version.c b/src/version.c index 1f21dbc..33a7bf8 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1005, +/**/ 1004, /**/ 1003,