diff options
Diffstat (limited to 'src/testdir/test86.in')
-rw-r--r-- | src/testdir/test86.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/test86.in b/src/testdir/test86.in index 71dd9f1fd..6a2618936 100644 --- a/src/testdir/test86.in +++ b/src/testdir/test86.in @@ -9,7 +9,7 @@ STARTTEST :so small.vim :set encoding=latin1 :set noswapfile -:if !has('python') | e! test.ok | wq! test.out | endif +:if !has('python') || !has('quickfix') | e! test.ok | wq! test.out | endif :lang C :fun Test() :py import vim |