view src/testdir/dos.vim @ 29593:a9b2609186bf v9.0.0137

patch 9.0.0137: debugger test may fail when $CWD is very long Commit: https://github.com/vim/vim/commit/db7a88db8b52508d3df6d5947f7c4f3ef05d5f62 Author: James McCoy <jamessan@jamessan.com> Date: Wed Aug 3 16:13:27 2022 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Wed, 03 Aug 2022 17:15:03 +0200
parents f0201deac2a2
children
line wrap: on
line source

" Settings for test script execution
" Always use "COMMAND.COM", don't use the value of "$SHELL".
set shell=c:\COMMAND.COM shellquote= shellxquote= shellcmdflag=/c shellredir=>
" This is used only when the +eval feature is available.
if executable("cmd.exe")
   set shell=cmd.exe
endif

source setup.vim