diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-04-15 02:37:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-15 02:37:22 +0200 |
| commit | a7e7f7bd83abc5c31008e40556f794d9b00db431 (patch) | |
| tree | 1e0fdc80c9dd08aff01735a30aed9c2d79792f7d /src/nvim/testdir/test_stat.vim | |
| parent | ee4e1fd8ecf1747b55d2968084047552429cedee (diff) | |
| parent | 51b9d85bb47495014968922d4adff5319ba44900 (diff) | |
| download | rneovim-a7e7f7bd83abc5c31008e40556f794d9b00db431.tar.gz rneovim-a7e7f7bd83abc5c31008e40556f794d9b00db431.tar.bz2 rneovim-a7e7f7bd83abc5c31008e40556f794d9b00db431.zip | |
Merge #8160 'win: oldtests: prefer cmd.exe'
Diffstat (limited to 'src/nvim/testdir/test_stat.vim')
| -rw-r--r-- | src/nvim/testdir/test_stat.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_stat.vim b/src/nvim/testdir/test_stat.vim index 1239fe9427..0a09130b0c 100644 --- a/src/nvim/testdir/test_stat.vim +++ b/src/nvim/testdir/test_stat.vim @@ -86,7 +86,7 @@ func Test_win32_symlink_dir() let res = system('dir C:\Users /a') if match(res, '\C<SYMLINKD> *All Users') >= 0 " Get the filetype of the symlink. - call assert_equal('dir', getftype('C:\Users\All Users')) + call assert_equal('link', getftype('C:\Users\All Users')) endif endif endfunc |