]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0438: the fnamemodify test may cause later tests to fail v8.0.0438
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Mar 2017 13:00:27 +0000 (14:00 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Mar 2017 13:00:27 +0000 (14:00 +0100)
commit056f700031602a2734b1ddf45f6bc2817e49b996
tree589011687dceb5f1b197eb43d1049710c11d1b37
parent644df41c44cbdfacdedbba55ef77a6c6031eccd8
patch 8.0.0438: the fnamemodify test may cause later tests to fail

Problem:    The fnamemodify test changes 'shell' in a way later tests may not
            be able to use system().
Solution:   Save and restore 'shell'.
src/testdir/test_fnamemodify.vim
src/version.c