diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-08-08 21:52:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-08-08 21:52:39 +0200 |
commit | 39de6413c8b7bae882bed3dba636f6d52d793087 (patch) | |
tree | 427ab310d81f0be9316b2117cbfafe0f0bc2b8b3 /src/testdir/test_windows_home.vim | |
parent | 5184132ec015f5889a3195d911e609d214f06bed (diff) | |
download | vim-git-39de6413c8b7bae882bed3dba636f6d52d793087.tar.gz |
patch 8.1.1829: difference in screenshotsv8.1.1829
Problem: Difference in screenshots.
Solution: Update screenshots. Change checks in a few more tests.
(closes #4789)
Diffstat (limited to 'src/testdir/test_windows_home.vim')
-rw-r--r-- | src/testdir/test_windows_home.vim | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/testdir/test_windows_home.vim b/src/testdir/test_windows_home.vim index 8ac9ce0fd..3c2db0144 100644 --- a/src/testdir/test_windows_home.vim +++ b/src/testdir/test_windows_home.vim @@ -1,8 +1,7 @@ " Test for $HOME on Windows. -if !has('win32') - throw 'Skipped: not on MS-Windows' -endif +source check.vim +CheckMSWindows let s:env = {} |