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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220903101119.794421C0CE4%40moolenaar.net.