<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/vim-git.git/src/testdir/test_system.vim, branch v8.2.1276</title>
<subtitle>github.com: vim/vim.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/'/>
<entry>
<title>patch 8.2.1276: MS-Windows: system test may fail if more.exe is installed</title>
<updated>2020-07-23T12:51:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-07-23T12:51:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=4cc45a367363f7754dedd280cd7a065b7a220394'/>
<id>4cc45a367363f7754dedd280cd7a065b7a220394</id>
<content type='text'>
Problem:    MS-Windows: system test may fail if more.exe is installed.
Solution:   Explicitly use more.com. (Taro Muraoka, Ken Takata, closes #6517)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: system test may fail if more.exe is installed.
Solution:   Explicitly use more.com. (Taro Muraoka, Ken Takata, closes #6517)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.2.0712: various code not fully tested</title>
<updated>2020-05-07T16:43:44+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2020-05-07T16:43:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=0ff5dedf0f69e56320199db7a2aad46be2a1f9b7'/>
<id>0ff5dedf0f69e56320199db7a2aad46be2a1f9b7</id>
<content type='text'>
Problem:    Various code not fully tested.
Solution:   Add a few more tests. (Yegappan Lakshmanan, closes #6049)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Various code not fully tested.
Solution:   Add a few more tests. (Yegappan Lakshmanan, closes #6049)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2230: MS-Windows: testing external commands can be improved</title>
<updated>2019-10-27T23:42:21+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-10-27T23:42:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=077ff436a77f95c69da219af8cd8f553ff4f9ff8'/>
<id>077ff436a77f95c69da219af8cd8f553ff4f9ff8</id>
<content type='text'>
Problem:    MS-Windows: testing external commands can be improved.
Solution:   Adjust tests, remove duplicate test. (closes #4928)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: testing external commands can be improved.
Solution:   Adjust tests, remove duplicate test. (closes #4928)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2115: MS-Windows: shell commands fail if &amp;shell contains a space</title>
<updated>2019-10-05T10:09:32+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-10-05T10:09:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=2efc44b3f0b6bd8307cb281af095e08e15ab1c24'/>
<id>2efc44b3f0b6bd8307cb281af095e08e15ab1c24</id>
<content type='text'>
Problem:    MS-Windows: shell commands fail if &amp;shell contains a space.
Solution:   Use quotes instead of escaping. (closes #4920)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: shell commands fail if &amp;shell contains a space.
Solution:   Use quotes instead of escaping. (closes #4920)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2093: MS-Windows: system() test fails</title>
<updated>2019-09-28T14:25:00+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-09-28T14:25:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=9be0e0b9d31e42d0074527a7789836087475142a'/>
<id>9be0e0b9d31e42d0074527a7789836087475142a</id>
<content type='text'>
Problem:    MS-Windows: system() test fails.
Solution:   Expect CR when using systemlist().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: system() test fails.
Solution:   Expect CR when using systemlist().
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.2092: MS-Windows: redirect in system() does not work</title>
<updated>2019-09-28T13:51:37+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-09-28T13:51:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1a613398068580ca1286ac2ed920f20c978aa662'/>
<id>1a613398068580ca1286ac2ed920f20c978aa662</id>
<content type='text'>
Problem:    MS-Windows: redirect in system() does not work.
Solution:   Handle 'shellxescape' and 'shellxquote' better. (Yasuhiro
            Matsumoto, closes #2054)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    MS-Windows: redirect in system() does not work.
Solution:   Handle 'shellxescape' and 'shellxquote' better. (Yasuhiro
            Matsumoto, closes #2054)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1846: inconsistently using GetVimCommand() and v:progpath</title>
<updated>2019-08-14T19:12:05+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-08-14T19:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=93344c2d707d9953f351c944e6a237c9916f69a3'/>
<id>93344c2d707d9953f351c944e6a237c9916f69a3</id>
<content type='text'>
Problem:    Inconsistently using GetVimCommand() and v:progpath. (Daniel
            Hahler)
Solution:   Use GetVimCommand(). (closes #4806)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Inconsistently using GetVimCommand() and v:progpath. (Daniel
            Hahler)
Solution:   Use GetVimCommand(). (closes #4806)
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.1809: more functions can be used as a method</title>
<updated>2019-08-04T15:35:53+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-08-04T15:35:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=a74e4946de074d2916e3d6004f7fa1810d12dda9'/>
<id>a74e4946de074d2916e3d6004f7fa1810d12dda9</id>
<content type='text'>
Problem:    More functions can be used as a method.
Solution:   Add has_key(), split(), str2list(), etc.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    More functions can be used as a method.
Solution:   Add has_key(), split(), str2list(), etc.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.1.0711: test files still use function!</title>
<updated>2019-01-09T22:01:02+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2019-01-09T22:01:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=1e1153600c0377472d62cc553173fe555ddcf5a7'/>
<id>1e1153600c0377472d62cc553173fe555ddcf5a7</id>
<content type='text'>
Problem:    Test files still use function!.
Solution:   Remove the exclamation mark.  Fix overwriting a function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Test files still use function!.
Solution:   Remove the exclamation mark.  Fix overwriting a function.
</pre>
</div>
</content>
</entry>
<entry>
<title>patch 8.0.0701: system test failing when using X11 forwarding</title>
<updated>2017-07-08T15:03:21+00:00</updated>
<author>
<name>Bram Moolenaar</name>
<email>Bram@vim.org</email>
</author>
<published>2017-07-08T15:03:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/vim-git.git/commit/?id=11e79bb04ea635d180dd79b1d5cbc755b56e66e1'/>
<id>11e79bb04ea635d180dd79b1d5cbc755b56e66e1</id>
<content type='text'>
Problem:    System test failing when using X11 forwarding.
Solution:   Set $XAUTHORITY before changing $HOME. (closes #1812)
            Also use a better check for the exit value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    System test failing when using X11 forwarding.
Solution:   Set $XAUTHORITY before changing $HOME. (closes #1812)
            Also use a better check for the exit value.
</pre>
</div>
</content>
</entry>
</feed>
