]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.2.0162: tests: unnecessary CheckRunVimInTerminal in test_quickfix v9.2.0162
authorzeertzjq <zeertzjq@outlook.com>
Sat, 14 Mar 2026 16:50:43 +0000 (16:50 +0000)
committerChristian Brabandt <cb@256bit.org>
Sat, 14 Mar 2026 16:50:43 +0000 (16:50 +0000)
Problem:  tests: unnecessary CheckRunVimInTerminal in test_quickfix.vim
          (after v9.2.0159)
Solution: Remove it (zeertzjq).

closes: #19671

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_quickfix.vim
src/version.c

index fd97fd106eca9a4f19a4712bd7f0cb9d773255d9..5326c3dfb65ce414a71e63a6bf1886880006d33d 100644 (file)
@@ -6993,7 +6993,6 @@ func Test_quickfixtextfunc_wipes_buffer()
 endfunc
 
 func Test_quickfix_longline_noeol()
-  CheckRunVimInTerminal
   let qf = 'Xquickfix'
   let args = $"-q {qf}"
   let after =<< trim [CODE]
index c215222c906b91f72cd33d47c19d097ee42b1af4..8fcb1f0b0e5b3751b66d9a98d5ee5fa7a7325724 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    162,
 /**/
     161,
 /**/