To: vim_dev@googlegroups.com Subject: Patch 9.0.0365 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0365 Problem: File name used in test is unusual. Solution: Rename it. (Dominique Pellé, closes #11044) Files: src/testdir/test_terminal.vim *** ../vim-9.0.0364/src/testdir/test_terminal.vim 2022-09-02 21:55:45.507049444 +0100 --- src/testdir/test_terminal.vim 2022-09-03 10:56:55.929245906 +0100 *************** *** 642,650 **** " Case 1: Provided directory is not actually a directory. Attempt to make " the file executable as well. call writefile([], 'Xtcfile') ! call setfperm('Xftcile', 'rwx------') ! call assert_fails("call term_start(&shell, {'cwd': 'Xftcile'})", 'E475:') ! call delete('Xftcile') " Case 2: Directory does not exist. call assert_fails("call term_start(&shell, {'cwd': 'Xdir'})", 'E475:') --- 642,650 ---- " Case 1: Provided directory is not actually a directory. Attempt to make " the file executable as well. call writefile([], 'Xtcfile') ! call setfperm('Xtcfile', 'rwx------') ! call assert_fails("call term_start(&shell, {'cwd': 'Xtcfile'})", 'E475:') ! call delete('Xtcfile') " Case 2: Directory does not exist. call assert_fails("call term_start(&shell, {'cwd': 'Xdir'})", 'E475:') *** ../vim-9.0.0364/src/version.c 2022-09-03 10:52:18.399075324 +0100 --- src/version.c 2022-09-03 10:58:49.736668157 +0100 *************** *** 709,710 **** --- 709,712 ---- { /* Add new patch number below this line */ + /**/ + 365, /**/ -- At some point in the project somebody will start whining about the need to determine the project "requirements". This involves interviewing people who don't know what they want but, curiously, know exactly when they need it. (Scott Adams - The Dilbert principle) /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///