Skip to content

Commit

Permalink
Fix test failure on MS-Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yegappan committed Jun 12, 2021
1 parent 2cfc2f7 commit 750609b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/testdir/test_excmd.vim
Expand Up @@ -596,7 +596,9 @@ func Sandbox_tests()
" some options cannot be changed in a sandbox
call assert_fails('set exrc', 'E48:')
call assert_fails('set cdpath', 'E48:')
call assert_fails('set imstyle', 'E48:')
if has('xim')
call assert_fails('set imstyle', 'E48:')
endif
endfunc

func Test_sandbox()
Expand Down

0 comments on commit 750609b

Please sign in to comment.