Problem: Terminal test if failing on some systems.
Solution: Wait for the job to finish. (James McCoy)
call writefile(['x'], 'Xdir with spaces/quoted"file')
term ls Xdir\ with\ spaces/quoted\"file
call WaitForAssert({-> assert_match('quoted"file', term_getline('', 1))})
- call term_wait('')
+ " make sure the job has finished
+ call WaitForAssert({-> assert_match('finish', term_getstatus(bufnr()))})
call delete('Xdir with spaces', 'rf')
bwipe
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 304,
/**/
303,
/**/