diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-12-11 20:12:26 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-12-11 20:12:26 +0100 |
commit | 213ed008bbcd9fe0d3329b17f5f4af0169e448ff (patch) | |
tree | d299adc9449b8badf79772e81ba98b556504153c /src/Makefile | |
parent | 4954019c93a2bb5a0b1af54b5961c933beeb56f4 (diff) | |
download | vim-git-213ed008bbcd9fe0d3329b17f5f4af0169e448ff.tar.gz |
patch 8.1.2421: test88 is old stylev8.1.2421
Problem: Test88 is old style.
Solution: Turn into a new style test. (Yegappan Lakshmanan, closes #5347)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 6339a528e..1fe94f5e2 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2257,7 +2257,7 @@ test1 \ test52 test59 \ test64 test69 \ test70 test72 \ - test86 test87 test88 \ + test86 test87 \ test95 test99: cd testdir; rm -f $@.out; $(MAKE) -f Makefile $@.out VIMPROG=../$(VIMTESTTARGET) $(GUI_TESTARG) SCRIPTSOURCE=../$(SCRIPTSOURCE) |