f8c6b603c2
- Disable term=xxx test, does not work with any vim version OBS-URL: https://build.opensuse.org/request/show/481405 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=426
13 lines
512 B
Diff
13 lines
512 B
Diff
--- src/testdir/test_options.vim
|
|
+++ src/testdir/test_options.vim 2017/03/20 15:39:06
|
|
@@ -283,7 +283,8 @@
|
|
" FIXME: "set ttytype=" gives E522 instead of E529
|
|
" in travis on some builds. Why? Commented out this test for now.
|
|
" call assert_fails('set ttytype=', 'E529:')
|
|
- call assert_fails('set ttytype=xxx', 'E522:')
|
|
+ " Does not work, not even with older versions of vim
|
|
+ " call assert_fails('set ttytype=xxx', 'E522:')
|
|
set ttytype&
|
|
call assert_equal(&ttytype, &term)
|
|
endif
|