src/testdir/Make_dos.mak runs for every test on DOS/Windows
(I think), and it includes:
rmdir /s /q Xfind
Isn't that redundant, because it is only needed for test73.in
which performs the above operation?
test73.in includes:
: if has("win16") || has("win32") || has("win64") ||
has("dos16") || has("dos32")
: exec "silent !rmdir /Q /S " . a:dir
I guess the list of has(...) items is what you have to do to say
"DOS or Windows, but not cygwin", however there was no /q /s
in rmdir for DOS or win16 (they had deltree /y). I would not
worry about about that (i.e. accept that test73 is not going to
work on DOS or win16).
John
--
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