commit | e9f6fd27d0e2dcae3f4aa40c459d5e6a3b3dd102 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 10 14:25:49 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 10 14:25:49 2017 +0200 |
tree | ec6f2a7a7659ed8c40b0fdb9e3a7de7b30e426bf | |
parent | 8696bbaf52cca7c1fcbd5000c83406e462b7dbf4 [diff] [blame] |
patch 8.0.1087: Test_terminal_cwd is flaky Problem: Test_terminal_cwd is flaky. MS-Windows: term_start() "cwd" argument does not work. Solution: Wait for the condition to be true instead of using a sleep. Pass the directory to winpty.
diff --git a/src/version.c b/src/version.c index d20af56..12354ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1087, +/**/ 1086, /**/ 1085,