From 070d9261b69364b0692a35c4b78b408562265ce1 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 28 Apr 2019 02:55:13 -0400 Subject: test/old: remove test16 (#9949) Vim replaced it with a test in test_gui.vim, N/A for Neovim. --- src/nvim/testdir/Makefile | 6 +----- src/nvim/testdir/test16.in | 15 --------------- src/nvim/testdir/test16.ok | 2 -- 3 files changed, 1 insertion(+), 22 deletions(-) delete mode 100644 src/nvim/testdir/test16.in delete mode 100644 src/nvim/testdir/test16.ok diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 56b7b99c1b..2535a51b88 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -49,8 +49,6 @@ NEW_TESTS_IGNORE := $(NEW_TESTS_IN_ALOT) $(NEW_TESTS_ALOT) \ NEW_TESTS ?= $(addsuffix .res,$(sort $(filter-out $(NEW_TESTS_IGNORE),$(basename $(notdir $(wildcard test_*.vim))))) $(NEW_TESTS_ALOT)) -SCRIPTS_GUI := test16.out - ifdef VALGRIND_GDB VGDB := --vgdb=yes \ @@ -82,8 +80,6 @@ endif nongui: nolog $(SCRIPTS) newtests report -gui: nolog $(SCRIPTS) $(SCRIPTS_GUI) newtests report - .gdbinit: @echo "[OLDTEST-PREP] Setting up .gdbinit" @echo 'set $$_exitcode = -1\nrun\nif $$_exitcode != -1\n quit\nend' > .gdbinit @@ -101,7 +97,7 @@ report: test1.out: $(NVIM_PRG) -$(SCRIPTS) $(SCRIPTS_GUI): $(NVIM_PRG) test1.out +$(SCRIPTS): $(NVIM_PRG) test1.out RM_ON_RUN := test.out X* viminfo RM_ON_START := test.ok diff --git a/src/nvim/testdir/test16.in b/src/nvim/testdir/test16.in deleted file mode 100644 index b2cd159a8c..0000000000 --- a/src/nvim/testdir/test16.in +++ /dev/null @@ -1,15 +0,0 @@ -Tests for resetting "secure" flag after GUI has started. -For KDE set a font, empty 'guifont' may cause a hang. - -STARTTEST -:if $DISPLAY == "" | e! test.ok | wq! test.out | endif -:set exrc secure -:if has("gui_kde") -: set guifont=Courier\ 10\ Pitch/8/-1/5/50/0/0/0/0/0 -:endif -:gui -f -:.,$w! test.out -:qa! -ENDTEST - - just some text diff --git a/src/nvim/testdir/test16.ok b/src/nvim/testdir/test16.ok deleted file mode 100644 index 25e2eea5c0..0000000000 --- a/src/nvim/testdir/test16.ok +++ /dev/null @@ -1,2 +0,0 @@ - - just some text -- cgit