commit | db7a88db8b52508d3df6d5947f7c4f3ef05d5f62 | [log] [tgz] |
---|---|---|
author | James McCoy <jamessan@jamessan.com> | Wed Aug 03 16:13:27 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 03 16:13:27 2022 +0100 |
tree | 246b279da9c6f508d0aad5a8a4884a0d2fad5b8b | |
parent | d6212b80d6d49d4d890c3141b7c6b83f899333b0 [diff] [blame] |
patch 9.0.0137: debugger test may fail when $CWD is very long Problem: Debugger test may fail when $CWD is very long. Solution: Skip the test if the directory name is too long. (James McCoy, closes #10837)
diff --git a/src/version.c b/src/version.c index b44c248..e3e7247 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 137, +/**/ 136, /**/ 135,