aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRainer Borene <rainerborene@gmail.com>2015-02-23 12:28:42 -0300
committerJustin M. Keyes <justinkz@gmail.com>2015-03-11 00:00:22 -0400
commit05fcce38968cd32198dafdadf6c1f07bb0d7b550 (patch)
treee2943308817417a63b4fdfaf2a2c8e0970dee16e /src
parentb18cd6326068d6fee83fc7193e49037feef8ad7e (diff)
downloadrneovim-05fcce38968cd32198dafdadf6c1f07bb0d7b550.tar.gz
rneovim-05fcce38968cd32198dafdadf6c1f07bb0d7b550.tar.bz2
rneovim-05fcce38968cd32198dafdadf6c1f07bb0d7b550.zip
legacy tests: migrate test_qf_title
Diffstat (limited to 'src')
-rw-r--r--src/nvim/testdir/test_qf_title.in18
-rw-r--r--src/nvim/testdir/test_qf_title.ok2
2 files changed, 0 insertions, 20 deletions
diff --git a/src/nvim/testdir/test_qf_title.in b/src/nvim/testdir/test_qf_title.in
deleted file mode 100644
index fce0c260e3..0000000000
--- a/src/nvim/testdir/test_qf_title.in
+++ /dev/null
@@ -1,18 +0,0 @@
-Tests for quickfix window's title vim: set ft=vim :
-
-STARTTEST
-:so small.vim
-:if !has('quickfix') | e! test.ok | wq! test.out | endif
-:set efm=%E%f:%l:%c:%m
-:cgetexpr ['file:1:1:message']
-:let qflist=getqflist()
-:call setqflist(qflist, 'r')
-:copen
-:let g:quickfix_title=w:quickfix_title
-:wincmd p
-:$put =g:quickfix_title
-:/^Results/,$w test.out
-:qa!
-ENDTEST
-
-Results of test_qf_title:
diff --git a/src/nvim/testdir/test_qf_title.ok b/src/nvim/testdir/test_qf_title.ok
deleted file mode 100644
index 4ebdbeff3b..0000000000
--- a/src/nvim/testdir/test_qf_title.ok
+++ /dev/null
@@ -1,2 +0,0 @@
-Results of test_qf_title:
-:setqflist()